|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AuthenticationHandler
Defines a suite of utility operations for the TSMBean's authentication process.
| Method Summary | |
|---|---|
void |
abortAuthentication()
Calls Authentication.abortAuthentication |
void |
authenticate(java.lang.String encryptionMethod)
Calls Authentication.authenticate() using the Authentication interface held by the TSMBean. |
void |
authenticationSucceeded()
Calls Authentication.authenticationSucceeded() using the Authentication interface held by the TSMBean. |
void |
challenge(java.lang.String authMechanism)
Calls Authentication.authenticate() using the Authentication interface held by the TSMBean. |
void |
cleanup()
Destroys resources to enable garbage collection. |
void |
initiateAuthentication(org.csapi.fw.TpAuthDomain clientAuthDomain)
Calls Initial.initiateAuthentication() using the Initial interface held by the TSMBean. |
void |
initiateAuthenticationWithVersion(org.csapi.fw.TpAuthDomain clientAuthDomain,
java.lang.String version)
Calls Initial.initiateAuthenticationWithVersion() using the Initial interface held by the TSMBean. |
org.csapi.fw.fw_access.trust_and_security.IpAccess |
requestAccess(org.csapi.IpInterface clientAccess)
Calls Authentication.requestAccess |
java.lang.String |
selectAuthenticationMechanism(java.lang.String authMechanismList)
Calls Authentication.selectAuthenticationMechanism() using the Authentication interface held by the TSMBean. |
java.lang.String |
selectEncryptionMethod(java.lang.String authCapabilityList)
Calls Authentication.selectEncryptionMethod() using the Authentication interface held by the TSMBean. |
| Method Detail |
|---|
void initiateAuthentication(org.csapi.fw.TpAuthDomain clientAuthDomain)
throws TSMBeanException
TSMBeanException
void initiateAuthenticationWithVersion(org.csapi.fw.TpAuthDomain clientAuthDomain,
java.lang.String version)
throws TSMBeanException
TSMBeanException
java.lang.String selectEncryptionMethod(java.lang.String authCapabilityList)
throws TSMBeanException
authCapabilityList - : the clients auth capability list.
TSMBeanException
java.lang.String selectAuthenticationMechanism(java.lang.String authMechanismList)
throws TSMBeanException
authMechanismList: - the clients auth mechanism list.
TSMBeanException
void authenticate(java.lang.String encryptionMethod)
throws TSMBeanException
encryptionMethod: - the framework's chosen authentication method.
TSMBeanException
void challenge(java.lang.String authMechanism)
throws TSMBeanException
authMechanism: - the framework's chosen authentication method.
TSMBeanException
void authenticationSucceeded()
throws TSMBeanException
TSMBeanExceptionvoid cleanup()
org.csapi.fw.fw_access.trust_and_security.IpAccess requestAccess(org.csapi.IpInterface clientAccess)
throws TSMBeanException
clientAccess -
TSMBeanExceptionvoid abortAuthentication()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||