org.apache.openejb.jee
Class AuthenticationMechanism
java.lang.Object
org.apache.openejb.jee.AuthenticationMechanism
public class AuthenticationMechanism
- extends Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
description
protected List<Text> description
authenticationMechanismType
protected String authenticationMechanismType
credentialInterface
protected String credentialInterface
id
protected String id
AuthenticationMechanism
public AuthenticationMechanism()
getDescription
public List<Text> getDescription()
getAuthenticationMechanismType
public String getAuthenticationMechanismType()
setAuthenticationMechanismType
public void setAuthenticationMechanismType(String value)
getCredentialInterface
public String getCredentialInterface()
setCredentialInterface
public void setCredentialInterface(String value)
getId
public String getId()
setId
public void setId(String value)
Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.