|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AuthenticationMechanism
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()
|
org.eclipse.emf.common.util.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 |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
java.lang.String getDescription()
void setDescription(java.lang.String value)
value
- The new value of the Description attributejava.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()
void setAuthenticationMechanism(java.lang.String value)
Authentication Mechanism
' attribute.
value
- the new value of the 'Authentication Mechanism' attribute.getAuthenticationMechanism()
AuthenticationMechanismType getAuthenticationMechanismType()
void setAuthenticationMechanismType(AuthenticationMechanismType value)
Authentication Mechanism Type
' attribute.
value
- the new value of the 'Authentication Mechanism Type' attribute.AuthenticationMechanismType
,
isSetAuthenticationMechanismType()
,
unsetAuthenticationMechanismType()
,
getAuthenticationMechanismType()
void unsetAuthenticationMechanismType()
Authentication Mechanism Type
' attribute.
isSetAuthenticationMechanismType()
,
getAuthenticationMechanismType()
,
setAuthenticationMechanismType(AuthenticationMechanismType)
boolean isSetAuthenticationMechanismType()
Authentication Mechanism Type
' attribute is set.
unsetAuthenticationMechanismType()
,
getAuthenticationMechanismType()
,
setAuthenticationMechanismType(AuthenticationMechanismType)
java.lang.String getCredentialInterface()
void setCredentialInterface(java.lang.String value)
value
- The new value of the CredentialInterface attributejava.lang.String getCustomAuthMechType()
void setCustomAuthMechType(java.lang.String value)
value
- The new value of the CustomAuthMechType attributeorg.eclipse.emf.common.util.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 |