| 
Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services 11g Release 1 (11.1.1) E14650-04  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
  
oracle.security.jps.callback.TokenCallback
public class TokenCallback
| Constructor Summary | |
|---|---|
TokenCallback()Creates a TokenCallback  | 
|
| Method Summary | |
|---|---|
 JpsCallbackType | 
getCallbackType() | 
 java.lang.Object | 
getToken() | 
 java.lang.String | 
getTokenType() | 
 void | 
setToken(java.lang.Object token)associates a token with this callback This method uses JpsAuth to check if the caller has JpsPermission "IdentityAssertion", "execute". | 
 void | 
setTokenType(java.lang.String tokenType)sets the type of token for this callback  | 
| Methods inherited from class java.lang.Object | 
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public TokenCallback()
| Method Detail | 
|---|
public JpsCallbackType getCallbackType()
getCallbackType in interface JpsCallbackJpsCallbackType.JPS_TOKEN_CALLBACKpublic java.lang.String getTokenType()
public java.lang.Object getToken()
public void setToken(java.lang.Object token)
JpsAuth to check if the caller has JpsPermission "IdentityAssertion", "execute". This may result in a SecurityException if security is enabled and security policy is not configured.token -public void setTokenType(java.lang.String tokenType)
tokenType -
  | 
Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services 11g Release 1 (11.1.1) E14650-04  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||