public class AuthenticationMechanismTypeImpl<T> extends Object implements org.jboss.shrinkwrap.descriptor.api.Child<T>, AuthenticationMechanismType<T>
authentication-mechanismType
xsd typeConstructor 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
objectsAuthenticationMechanismType
public List<String> getAllDescription()
description
elementsgetAllDescription
in interface AuthenticationMechanismType<T>
description
public AuthenticationMechanismType<T> removeAllDescription()
description
elementremoveAllDescription
in interface AuthenticationMechanismType<T>
AuthenticationMechanismType
public AuthenticationMechanismType<T> authenticationMechanismType(String authenticationMechanismType)
authentication-mechanism-type
elementauthenticationMechanismType
in interface AuthenticationMechanismType<T>
authenticationMechanismType
- the value for the element authentication-mechanism-type
AuthenticationMechanismType
public String getAuthenticationMechanismType()
authentication-mechanism-type
elementgetAuthenticationMechanismType
in interface AuthenticationMechanismType<T>
authentication-mechanism-type
public AuthenticationMechanismType<T> removeAuthenticationMechanismType()
authentication-mechanism-type
elementremoveAuthenticationMechanismType
in interface AuthenticationMechanismType<T>
AuthenticationMechanismType
public AuthenticationMechanismType<T> credentialInterface(CredentialInterfaceType credentialInterface)
credential-interface
elementcredentialInterface
in interface AuthenticationMechanismType<T>
credentialInterface
- the value for the element credential-interface
AuthenticationMechanismType
public AuthenticationMechanismType<T> credentialInterface(String credentialInterface)
credential-interface
elementcredentialInterface
in interface AuthenticationMechanismType<T>
credentialInterface
- the value for the element credential-interface
AuthenticationMechanismType
public CredentialInterfaceType getCredentialInterface()
credential-interface
elementgetCredentialInterface
in interface AuthenticationMechanismType<T>
credential-interface
public String getCredentialInterfaceAsString()
credential-interface
elementgetCredentialInterfaceAsString
in interface AuthenticationMechanismType<T>
credential-interface
public AuthenticationMechanismType<T> removeCredentialInterface()
credential-interface
attributeremoveCredentialInterface
in interface AuthenticationMechanismType<T>
AuthenticationMechanismType
public AuthenticationMechanismType<T> id(String id)
id
attributeid
in interface AuthenticationMechanismType<T>
id
- the value for the attribute id
AuthenticationMechanismType
public String getId()
id
attributegetId
in interface AuthenticationMechanismType<T>
id
public AuthenticationMechanismType<T> removeId()
id
attributeremoveId
in interface AuthenticationMechanismType<T>
AuthenticationMechanismType
Copyright © 2021 JBoss by Red Hat. All rights reserved.