| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.sun.identity.security.SystemAppTokenProvider
This is an default implementation of AppSSOTokenProvider.
 It creates application single sign on token with credentials of
 user name and password which are parameters to the constructor.
| Constructor Summary | |
| SystemAppTokenProvider(java.lang.String appUserName,
                       java.lang.String appPassword)Constructs a SystemAppTokenProvider. | |
| Method Summary | |
|  SSOToken | getAppSSOToken()Returns Application single sign on token. | 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public SystemAppTokenProvider(java.lang.String appUserName,
                              java.lang.String appPassword)
SystemAppTokenProvider.appUserName - identity to authenticate.appPassword - password of appUserName.| Method Detail | 
public SSOToken getAppSSOToken()
getAppSSOToken in interface AppSSOTokenProvider| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||