
public interface AuthenticationMechanism<T>
extends org.jboss.shrinkwrap.descriptor.api.Child<T>
authentication-mechanism xsd type| Modifier and Type | Method and Description |
|---|---|
AuthenticationMechanism<T> |
authenticationMechanismType(java.lang.String authenticationMechanismType)
Sets the
authentication-mechanism-type element |
AuthenticationMechanism<T> |
credentialInterface(java.lang.String credentialInterface)
Sets the
credential-interface element |
AuthenticationMechanism<T> |
description(java.lang.String description)
Sets the
description element |
java.lang.String |
getAuthenticationMechanismType()
Returns the
authentication-mechanism-type element |
java.lang.String |
getCredentialInterface()
Returns the
credential-interface element |
java.lang.String |
getDescription()
Returns the
description element |
AuthenticationMechanism<T> |
removeAuthenticationMechanismType()
Removes the
authentication-mechanism-type element |
AuthenticationMechanism<T> |
removeCredentialInterface()
Removes the
credential-interface element |
AuthenticationMechanism<T> |
removeDescription()
Removes the
description element |
AuthenticationMechanism<T> authenticationMechanismType(java.lang.String authenticationMechanismType)
authentication-mechanism-type elementauthenticationMechanismType - the value for the element authentication-mechanism-typeAuthenticationMechanismjava.lang.String getAuthenticationMechanismType()
authentication-mechanism-type elementauthentication-mechanism-typeAuthenticationMechanism<T> removeAuthenticationMechanismType()
authentication-mechanism-type elementAuthenticationMechanismAuthenticationMechanism<T> description(java.lang.String description)
description elementdescription - the value for the element descriptionAuthenticationMechanismjava.lang.String getDescription()
description elementdescriptionAuthenticationMechanism<T> removeDescription()
description elementAuthenticationMechanismAuthenticationMechanism<T> credentialInterface(java.lang.String credentialInterface)
credential-interface elementcredentialInterface - the value for the element credential-interfaceAuthenticationMechanismjava.lang.String getCredentialInterface()
credential-interface elementcredential-interfaceAuthenticationMechanism<T> removeCredentialInterface()
credential-interface elementAuthenticationMechanismCopyright © 2013 IronJacamar (http://www.ironjacamar.org)