org.apache.openejb.jee
Class AuthenticationMechanism

java.lang.Object
  extended by 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.


Field Summary
protected  String authenticationMechanismType
           
protected  String credentialInterface
           
protected  List<Text> description
           
protected  String id
           
 
Constructor Summary
AuthenticationMechanism()
           
 
Method Summary
 String getAuthenticationMechanismType()
           
 String getCredentialInterface()
           
 List<Text> getDescription()
           
 String getId()
           
 void setAuthenticationMechanismType(String value)
           
 void setCredentialInterface(String value)
           
 void setId(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

description

protected List<Text> description

authenticationMechanismType

protected String authenticationMechanismType

credentialInterface

protected String credentialInterface

id

protected String id
Constructor Detail

AuthenticationMechanism

public AuthenticationMechanism()
Method Detail

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-2011 The Apache OpenEJB development community. All Rights Reserved.