|
||||||||||
| 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 |
JaasLoginServiceMBean.connectToRealm(String realmName)
Starts a new authentication process on behalf of an end user. |
JaasSessionId |
JaasLoginService.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[] |
JaasLoginServiceMBean.getLoginConfiguration(JaasSessionId sessionHandle)
Gets the login module configuration for the specified realm. |
JaasLoginModuleConfiguration[] |
JaasLoginService.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. |
Callback[] |
JaasLoginService.getServerLoginCallbacks(JaasSessionId sessionHandle,
int loginModuleIndex)
Retrieves callbacks for a server side login module. |
void |
JaasLoginServiceMBean.loginFailed(JaasSessionId sessionHandle)
Indicates that the overall login failed, and the server should release any resources associated with the user ID. |
void |
JaasLoginService.loginFailed(JaasSessionId sessionHandle)
Indicates that the overall login failed, and the server should release any resources associated with the user ID. |
Principal |
JaasLoginServiceMBean.loginSucceeded(JaasSessionId sessionHandle)
Indicates that the overall login succeeded. |
Principal |
JaasLoginService.loginSucceeded(JaasSessionId sessionHandle)
Indicates that the overall login succeeded. |
void |
JaasLoginServiceMBean.logout(JaasSessionId sessionHandle)
Indicates that the client has logged out, 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. |
boolean |
JaasLoginServiceMBean.performAbort(JaasSessionId sessionHandle,
int lmIndex)
Indicates that the overall login failed. |
boolean |
JaasLoginService.performAbort(JaasSessionId sessionHandle,
int loginModuleIndex)
Indicates that the overall login failed. |
boolean |
JaasLoginServiceMBean.performCommit(JaasSessionId sessionHandle,
int loginModuleIndex)
Indicates that the overall login succeeded, and some principals were generated by a client-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. |
boolean |
JaasLoginServiceMBean.performLogin(JaasSessionId sessionHandle,
int loginModuleIndex,
Callback[] results)
Returns populated 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. |
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. |
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. |
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. |
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||