
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(String authenticationMechanismType)
Sets the
authentication-mechanism-type element |
AuthenticationMechanism<T> |
credentialInterface(String credentialInterface)
Sets the
credential-interface element |
AuthenticationMechanism<T> |
description(String description)
Sets the
description element |
String |
getAuthenticationMechanismType()
Returns the
authentication-mechanism-type element |
String |
getCredentialInterface()
Returns the
credential-interface element |
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(String authenticationMechanismType)
authentication-mechanism-type elementauthenticationMechanismType - the value for the element authentication-mechanism-typeAuthenticationMechanismString getAuthenticationMechanismType()
authentication-mechanism-type elementauthentication-mechanism-typeAuthenticationMechanism<T> removeAuthenticationMechanismType()
authentication-mechanism-type elementAuthenticationMechanismAuthenticationMechanism<T> description(String description)
description elementdescription - the value for the element descriptionAuthenticationMechanismString getDescription()
description elementdescriptionAuthenticationMechanism<T> removeDescription()
description elementAuthenticationMechanismAuthenticationMechanism<T> credentialInterface(String credentialInterface)
credential-interface elementcredentialInterface - the value for the element credential-interfaceAuthenticationMechanismString getCredentialInterface()
credential-interface elementcredential-interfaceAuthenticationMechanism<T> removeCredentialInterface()
credential-interface elementAuthenticationMechanismCopyright © 2014 IronJacamar (http://www.ironjacamar.org)