|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AuthenticationBindings
Authentication bindings with the underlying protocol and server technology
used by the PolicyEnforcementPoint, specific to an AccessContext.
Note that implementation of this interface DOES NOT
authenticate any entity.
PolicyEnforcementPoint,
AuthenticationServicePoint| Method Summary | |
|---|---|
java.lang.Object |
getApplicationAttribute(java.lang.String key)
|
AuthenticationBindingsFactory |
getAuthenticationBindingsFactory()
|
AuthenticationUtils |
getAuthenticationUtils()
extract from the AccessContext the AuthenticationUtils. |
javax.security.auth.callback.CallbackHandler |
getCallbackHandler()
return a CallbackHandler bounded to the current AccessContext. |
AccessContext |
getContext()
|
java.lang.String |
getInitApplicationAttribute(java.lang.String key)
parameter defined for initialization purpose, reachable at an application scope. |
java.lang.Object |
getRequestAttribute(java.lang.String key)
|
java.lang.String |
getScope()
|
void |
process()
|
void |
removeApplicationAttribute(java.lang.String key)
|
void |
removeRequestAttribute(java.lang.String key)
|
void |
setApplicationAttribute(java.lang.String key,
java.lang.Object value)
|
void |
setRequestAttribute(java.lang.String key,
java.lang.Object value)
|
| Method Detail |
|---|
void process()
javax.security.auth.callback.CallbackHandler getCallbackHandler()
AccessContext getContext()
AuthenticationUtils getAuthenticationUtils()
void setRequestAttribute(java.lang.String key,
java.lang.Object value)
java.lang.Object getRequestAttribute(java.lang.String key)
void removeRequestAttribute(java.lang.String key)
void setApplicationAttribute(java.lang.String key,
java.lang.Object value)
java.lang.Object getApplicationAttribute(java.lang.String key)
void removeApplicationAttribute(java.lang.String key)
java.lang.String getInitApplicationAttribute(java.lang.String key)
key -
AuthenticationBindingsFactory getAuthenticationBindingsFactory()
java.lang.String getScope()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||