|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JaasSessionId | |
org.apache.geronimo.security.jaas.client | |
org.apache.geronimo.security.jaas.server |
Uses of JaasSessionId in org.apache.geronimo.security.jaas.client |
Constructors in org.apache.geronimo.security.jaas.client with parameters of type JaasSessionId | |
ServerLoginProxy(LoginModuleControlFlag controlFlag,
Subject subject,
int lmIndex,
JaasLoginServiceMBean service,
JaasSessionId sessionHandle)
|
Uses of JaasSessionId in org.apache.geronimo.security.jaas.server |
Methods in org.apache.geronimo.security.jaas.server that return JaasSessionId | |
JaasSessionId |
JaasLoginService.connectToRealm(String realmName)
Starts a new authentication process on behalf of an end user. |
JaasSessionId |
JaasLoginServiceMBean.connectToRealm(String realmName)
Starts a new authentication process on behalf of an end user. |
Methods in org.apache.geronimo.security.jaas.server with parameters of type JaasSessionId | |
JaasLoginModuleConfiguration[] |
JaasLoginService.getLoginConfiguration(JaasSessionId sessionHandle)
Gets the login module configuration for the specified realm. |
Callback[] |
JaasLoginService.getServerLoginCallbacks(JaasSessionId sessionHandle,
int loginModuleIndex)
Retrieves callbacks for a server side login module. |
boolean |
JaasLoginService.performLogin(JaasSessionId sessionHandle,
int loginModuleIndex,
Callback[] results)
Returns populated callbacks for a server side login module. |
boolean |
JaasLoginService.performCommit(JaasSessionId sessionHandle,
int loginModuleIndex)
Indicates that the overall login succeeded, and some principals were generated by a client-side login module. |
Principal |
JaasLoginService.loginSucceeded(JaasSessionId sessionHandle)
Indicates that the overall login succeeded. |
void |
JaasLoginService.loginFailed(JaasSessionId sessionHandle)
Indicates that the overall login failed, and the server should release any resources associated with the user ID. |
void |
JaasLoginService.logout(JaasSessionId sessionHandle)
Indicates that the client has logged out, and the server should release any resources associated with the user ID. |
Map |
JaasLoginService.syncShareState(JaasSessionId sessionHandle,
Map sharedState)
Syncs the shared state that's on thye client with the shared state that is on the server. |
Set |
JaasLoginService.syncPrincipals(JaasSessionId sessionHandle,
Set principals)
Syncs the set of principals that are on the client with the set of principals that are on the server. |
JaasLoginModuleConfiguration[] |
JaasLoginServiceMBean.getLoginConfiguration(JaasSessionId sessionHandle)
Gets the login module configuration for the specified realm. |
Callback[] |
JaasLoginServiceMBean.getServerLoginCallbacks(JaasSessionId sessionHandle,
int loginModuleIndex)
Retrieves callbacks for a server side login module. |
boolean |
JaasLoginServiceMBean.performLogin(JaasSessionId sessionHandle,
int loginModuleIndex,
Callback[] results)
Returns populated callbacks for a server side login module. |
boolean |
JaasLoginServiceMBean.performCommit(JaasSessionId sessionHandle,
int loginModuleIndex)
Indicates that the overall login succeeded, and some principals were generated by a client-side login module. |
Principal |
JaasLoginServiceMBean.loginSucceeded(JaasSessionId sessionHandle)
Indicates that the overall login succeeded. |
void |
JaasLoginServiceMBean.loginFailed(JaasSessionId sessionHandle)
Indicates that the overall login failed, and the server should release any resources associated with the user ID. |
void |
JaasLoginServiceMBean.logout(JaasSessionId sessionHandle)
Indicates that the client has logged out, and the server should release any resources associated with the user ID. |
Map |
JaasLoginServiceMBean.syncShareState(JaasSessionId sessionHandle,
Map sharedState)
Syncs the shared state that's on the client with the shared state that is on the server. |
Set |
JaasLoginServiceMBean.syncPrincipals(JaasSessionId sessionHandle,
Set principals)
Syncs the set of principals that are on the client with the set of principals that are on the server. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |