public interface AuthenticationMechanismType<T>
extends org.jboss.shrinkwrap.descriptor.api.Child<T>
authentication-mechanismType xsd type| Modifier and Type | Method and Description |
|---|---|
AuthenticationMechanismType<T> |
authenticationMechanismType(String authenticationMechanismType)
Sets the
authentication-mechanism-type element |
AuthenticationMechanismType<T> |
credentialInterface(CredentialInterfaceType credentialInterface)
Sets the
credential-interface element |
AuthenticationMechanismType<T> |
credentialInterface(String credentialInterface)
Sets the
credential-interface element |
AuthenticationMechanismType<T> |
description(String... values)
Creates for all String objects representing
description elements,
a new description element |
List<String> |
getAllDescription()
Returns all
description elements |
String |
getAuthenticationMechanismType()
Returns the
authentication-mechanism-type element |
CredentialInterfaceType |
getCredentialInterface()
Returns the
credential-interface element |
String |
getCredentialInterfaceAsString()
Returns the
credential-interface element |
String |
getId()
Returns the
id attribute |
AuthenticationMechanismType<T> |
id(String id)
Sets the
id attribute |
AuthenticationMechanismType<T> |
removeAllDescription()
Removes the
description element |
AuthenticationMechanismType<T> |
removeAuthenticationMechanismType()
Removes the
authentication-mechanism-type element |
AuthenticationMechanismType<T> |
removeCredentialInterface()
Removes the
credential-interface attribute |
AuthenticationMechanismType<T> |
removeId()
Removes the
id attribute |
AuthenticationMechanismType<T> description(String... values)
description elements,
a new description elementvalues - list of description objectsAuthenticationMechanismTypeList<String> getAllDescription()
description elementsdescriptionAuthenticationMechanismType<T> removeAllDescription()
description elementAuthenticationMechanismTypeAuthenticationMechanismType<T> authenticationMechanismType(String authenticationMechanismType)
authentication-mechanism-type elementauthenticationMechanismType - the value for the element authentication-mechanism-typeAuthenticationMechanismTypeString getAuthenticationMechanismType()
authentication-mechanism-type elementauthentication-mechanism-typeAuthenticationMechanismType<T> removeAuthenticationMechanismType()
authentication-mechanism-type elementAuthenticationMechanismTypeAuthenticationMechanismType<T> credentialInterface(CredentialInterfaceType credentialInterface)
credential-interface elementcredentialInterface - the value for the element credential-interfaceAuthenticationMechanismTypeAuthenticationMechanismType<T> credentialInterface(String credentialInterface)
credential-interface elementcredentialInterface - the value for the element credential-interfaceAuthenticationMechanismTypeCredentialInterfaceType getCredentialInterface()
credential-interface elementcredential-interfaceString getCredentialInterfaceAsString()
credential-interface elementcredential-interfaceAuthenticationMechanismType<T> removeCredentialInterface()
credential-interface attributeAuthenticationMechanismTypeAuthenticationMechanismType<T> id(String id)
id attributeid - the value for the attribute idAuthenticationMechanismTypeString getId()
id attributeidAuthenticationMechanismType<T> removeId()
id attributeAuthenticationMechanismTypeCopyright © 2013 IronJacamar (http://www.ironjacamar.org)