| |
|
| java.lang.Object org.apache.openejb.jee.AuthenticationMechanism
AuthenticationMechanism | public class AuthenticationMechanism (Code) | | The authentication-mechanismType specifies an authentication
mechanism supported by the resource adapter. Note that this
support is for the resource adapter and not for the
underlying EIS instance. The optional description specifies
any resource adapter specific requirement for the support of
security contract and authentication mechanism.
Note that BasicPassword mechanism type should support the
javax.resource.spi.security.PasswordCredential interface.
The Kerbv5 mechanism type should support the
org.ietf.jgss.GSSCredential interface or the deprecated
javax.resource.spi.security.GenericCredential interface.
|
authenticationMechanismType | protected String authenticationMechanismType(Code) | | |
credentialInterface | protected String credentialInterface(Code) | | |
getAuthenticationMechanismType | public String getAuthenticationMechanismType()(Code) | | |
getCredentialInterface | public String getCredentialInterface()(Code) | | |
setAuthenticationMechanismType | public void setAuthenticationMechanismType(String value)(Code) | | |
setCredentialInterface | public void setCredentialInterface(String value)(Code) | | |
|
|
|