Interface AuthenticationMechanismType<T>
-
- All Superinterfaces:
org.jboss.shrinkwrap.descriptor.api.Child<T>
- All Known Implementing Classes:
AuthenticationMechanismTypeImpl
public interface AuthenticationMechanismType<T> extends org.jboss.shrinkwrap.descriptor.api.Child<T>This interface defines the contract for theauthentication-mechanismTypexsd type
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AuthenticationMechanismType<T>authenticationMechanismType(String authenticationMechanismType)Sets theauthentication-mechanism-typeelementAuthenticationMechanismType<T>credentialInterface(String credentialInterface)Sets thecredential-interfaceelementAuthenticationMechanismType<T>credentialInterface(CredentialInterfaceType credentialInterface)Sets thecredential-interfaceelementAuthenticationMechanismType<T>description(String... values)Creates for all String objects representingdescriptionelements, a newdescriptionelementList<String>getAllDescription()Returns alldescriptionelementsStringgetAuthenticationMechanismType()Returns theauthentication-mechanism-typeelementCredentialInterfaceTypegetCredentialInterface()Returns thecredential-interfaceelementStringgetCredentialInterfaceAsString()Returns thecredential-interfaceelementStringgetId()Returns theidattributeAuthenticationMechanismType<T>id(String id)Sets theidattributeAuthenticationMechanismType<T>removeAllDescription()Removes thedescriptionelementAuthenticationMechanismType<T>removeAuthenticationMechanismType()Removes theauthentication-mechanism-typeelementAuthenticationMechanismType<T>removeCredentialInterface()Removes thecredential-interfaceattributeAuthenticationMechanismType<T>removeId()Removes theidattribute
-
-
-
Method Detail
-
description
AuthenticationMechanismType<T> description(String... values)
Creates for all String objects representingdescriptionelements, a newdescriptionelement- Parameters:
values- list ofdescriptionobjects- Returns:
- the current instance of
AuthenticationMechanismType
-
getAllDescription
List<String> getAllDescription()
Returns alldescriptionelements- Returns:
- list of
description
-
removeAllDescription
AuthenticationMechanismType<T> removeAllDescription()
Removes thedescriptionelement- Returns:
- the current instance of
AuthenticationMechanismType
-
authenticationMechanismType
AuthenticationMechanismType<T> authenticationMechanismType(String authenticationMechanismType)
Sets theauthentication-mechanism-typeelement- Parameters:
authenticationMechanismType- the value for the elementauthentication-mechanism-type- Returns:
- the current instance of
AuthenticationMechanismType
-
getAuthenticationMechanismType
String getAuthenticationMechanismType()
Returns theauthentication-mechanism-typeelement- Returns:
- the node defined for the element
authentication-mechanism-type
-
removeAuthenticationMechanismType
AuthenticationMechanismType<T> removeAuthenticationMechanismType()
Removes theauthentication-mechanism-typeelement- Returns:
- the current instance of
AuthenticationMechanismType
-
credentialInterface
AuthenticationMechanismType<T> credentialInterface(CredentialInterfaceType credentialInterface)
Sets thecredential-interfaceelement- Parameters:
credentialInterface- the value for the elementcredential-interface- Returns:
- the current instance of
AuthenticationMechanismType
-
credentialInterface
AuthenticationMechanismType<T> credentialInterface(String credentialInterface)
Sets thecredential-interfaceelement- Parameters:
credentialInterface- the value for the elementcredential-interface- Returns:
- the current instance of
AuthenticationMechanismType
-
getCredentialInterface
CredentialInterfaceType getCredentialInterface()
Returns thecredential-interfaceelement- Returns:
- the value found for the element
credential-interface
-
getCredentialInterfaceAsString
String getCredentialInterfaceAsString()
Returns thecredential-interfaceelement- Returns:
- the value found for the element
credential-interface
-
removeCredentialInterface
AuthenticationMechanismType<T> removeCredentialInterface()
Removes thecredential-interfaceattribute- Returns:
- the current instance of
AuthenticationMechanismType
-
id
AuthenticationMechanismType<T> id(String id)
Sets theidattribute- Parameters:
id- the value for the attributeid- Returns:
- the current instance of
AuthenticationMechanismType
-
getId
String getId()
Returns theidattribute- Returns:
- the value defined for the attribute
id
-
removeId
AuthenticationMechanismType<T> removeId()
Removes theidattribute- Returns:
- the current instance of
AuthenticationMechanismType
-
-