public class AuthenticationMechanismTypeImpl<T> extends Object implements org.jboss.shrinkwrap.descriptor.api.Child<T>, AuthenticationMechanismType<T>
authentication-mechanismType xsd type| Constructor and Description |
|---|
AuthenticationMechanismTypeImpl(T t,
String nodeName,
org.jboss.shrinkwrap.descriptor.spi.node.Node node) |
AuthenticationMechanismTypeImpl(T t,
String nodeName,
org.jboss.shrinkwrap.descriptor.spi.node.Node node,
org.jboss.shrinkwrap.descriptor.spi.node.Node childNode) |
| 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 |
T |
up() |
public AuthenticationMechanismTypeImpl(T t, String nodeName, org.jboss.shrinkwrap.descriptor.spi.node.Node node)
public AuthenticationMechanismType<T> description(String... values)
description elements,
a new description elementdescription in interface AuthenticationMechanismType<T>values - list of description objectsAuthenticationMechanismTypepublic List<String> getAllDescription()
description elementsgetAllDescription in interface AuthenticationMechanismType<T>descriptionpublic AuthenticationMechanismType<T> removeAllDescription()
description elementremoveAllDescription in interface AuthenticationMechanismType<T>AuthenticationMechanismTypepublic AuthenticationMechanismType<T> authenticationMechanismType(String authenticationMechanismType)
authentication-mechanism-type elementauthenticationMechanismType in interface AuthenticationMechanismType<T>authenticationMechanismType - the value for the element authentication-mechanism-typeAuthenticationMechanismTypepublic String getAuthenticationMechanismType()
authentication-mechanism-type elementgetAuthenticationMechanismType in interface AuthenticationMechanismType<T>authentication-mechanism-typepublic AuthenticationMechanismType<T> removeAuthenticationMechanismType()
authentication-mechanism-type elementremoveAuthenticationMechanismType in interface AuthenticationMechanismType<T>AuthenticationMechanismTypepublic AuthenticationMechanismType<T> credentialInterface(CredentialInterfaceType credentialInterface)
credential-interface elementcredentialInterface in interface AuthenticationMechanismType<T>credentialInterface - the value for the element credential-interfaceAuthenticationMechanismTypepublic AuthenticationMechanismType<T> credentialInterface(String credentialInterface)
credential-interface elementcredentialInterface in interface AuthenticationMechanismType<T>credentialInterface - the value for the element credential-interfaceAuthenticationMechanismTypepublic CredentialInterfaceType getCredentialInterface()
credential-interface elementgetCredentialInterface in interface AuthenticationMechanismType<T>credential-interfacepublic String getCredentialInterfaceAsString()
credential-interface elementgetCredentialInterfaceAsString in interface AuthenticationMechanismType<T>credential-interfacepublic AuthenticationMechanismType<T> removeCredentialInterface()
credential-interface attributeremoveCredentialInterface in interface AuthenticationMechanismType<T>AuthenticationMechanismTypepublic AuthenticationMechanismType<T> id(String id)
id attributeid in interface AuthenticationMechanismType<T>id - the value for the attribute idAuthenticationMechanismTypepublic String getId()
id attributegetId in interface AuthenticationMechanismType<T>idpublic AuthenticationMechanismType<T> removeId()
id attributeremoveId in interface AuthenticationMechanismType<T>AuthenticationMechanismTypeCopyright © 2021 JBoss by Red Hat. All rights reserved.