|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The element authentication-mechanism 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 javax.resource.spi.security.GenericCredential interface.
Method Summary | |
---|---|
java.lang.String |
getAuthenticationMechanism()
Returns the value of the 'Authentication Mechanism' attribute |
AuthenticationMechanismType |
getAuthenticationMechanismType()
|
java.lang.String |
getCredentialInterface()
|
java.lang.String |
getCustomAuthMechType()
|
java.lang.String |
getDescription()
|
EList |
getDescriptions()
Returns the value of the 'Descriptions' containment reference list. |
boolean |
isSetAuthenticationMechanismType()
Returns whether the value of the ' Authentication Mechanism Type ' attribute is set |
void |
setAuthenticationMechanism(java.lang.String value)
Sets the value of the ' Authentication Mechanism ' attribute |
void |
setAuthenticationMechanismType(AuthenticationMechanismType value)
Sets the value of the ' Authentication Mechanism Type ' attribute |
void |
setCredentialInterface(java.lang.String value)
|
void |
setCustomAuthMechType(java.lang.String value)
|
void |
setDescription(java.lang.String value)
|
void |
unsetAuthenticationMechanismType()
Unsets the value of the ' Authentication Mechanism Type ' attribute |
Method Detail |
public java.lang.String getDescription()
public void setDescription(java.lang.String value)
value
- The new value of the Description attributepublic java.lang.String getAuthenticationMechanism()
If the meaning of the 'Authentication Mechanism' attribute isn't clear, there really should be more of a description here...
setAuthenticationMechanism(String)
,
JcaPackage.getAuthenticationMechanism_AuthenticationMechanism()
public void setAuthenticationMechanism(java.lang.String value)
Authentication Mechanism
' attribute.
value
- the new value of the 'Authentication Mechanism' attribute.getAuthenticationMechanism()
public AuthenticationMechanismType getAuthenticationMechanismType()
public void setAuthenticationMechanismType(AuthenticationMechanismType value)
Authentication Mechanism Type
' attribute.
value
- the new value of the 'Authentication Mechanism Type' attribute.AuthenticationMechanismType
,
isSetAuthenticationMechanismType()
,
unsetAuthenticationMechanismType()
,
getAuthenticationMechanismType()
public void unsetAuthenticationMechanismType()
Authentication Mechanism Type
' attribute.
isSetAuthenticationMechanismType()
,
getAuthenticationMechanismType()
,
setAuthenticationMechanismType(AuthenticationMechanismType)
public boolean isSetAuthenticationMechanismType()
Authentication Mechanism Type
' attribute is set.
unsetAuthenticationMechanismType()
,
getAuthenticationMechanismType()
,
setAuthenticationMechanismType(AuthenticationMechanismType)
public java.lang.String getCredentialInterface()
public void setCredentialInterface(java.lang.String value)
value
- The new value of the CredentialInterface attributepublic java.lang.String getCustomAuthMechType()
public void setCustomAuthMechType(java.lang.String value)
value
- The new value of the CustomAuthMechType attributepublic EList getDescriptions()
Description
.
If the meaning of the 'Descriptions' containment reference list isn't clear, there really should be more of a description here...
JcaPackage.getAuthenticationMechanism_Descriptions()
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |