ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

org.jboss.shrinkwrap.descriptor.api.connector16
Interface AuthenticationMechanismType<T>

All Superinterfaces:
Child<T>

public interface AuthenticationMechanismType<T>
extends Child<T>

This interface defines the contract for the authentication-mechanismType xsd type

Since:
Generation date :2012-05-09T23:45:05.33-07:00
Author:
Ralf Battenfeld, Andrew Lee Rubinger

Method Summary
 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
 AuthenticationMechanismType<T> removeAllDescription()
          Removes the description element
 AuthenticationMechanismType<T> removeAuthenticationMechanismType()
          Removes the authentication-mechanism-type element
 AuthenticationMechanismType<T> removeCredentialInterface()
          Removes the credential-interface attribute
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

description

AuthenticationMechanismType<T> description(String... values)
Creates for all String objects representing description elements, a new description element

Parameters:
values - list of description objects
Returns:
the current instance of AuthenticationMechanismType

getAllDescription

List<String> getAllDescription()
Returns all description elements

Returns:
list of description

removeAllDescription

AuthenticationMechanismType<T> removeAllDescription()
Removes the description element

Returns:
the current instance of AuthenticationMechanismType

authenticationMechanismType

AuthenticationMechanismType<T> authenticationMechanismType(String authenticationMechanismType)
Sets the authentication-mechanism-type element

Parameters:
authenticationMechanismType - the value for the element authentication-mechanism-type
Returns:
the current instance of AuthenticationMechanismType

getAuthenticationMechanismType

String getAuthenticationMechanismType()
Returns the authentication-mechanism-type element

Returns:
the node defined for the element authentication-mechanism-type

removeAuthenticationMechanismType

AuthenticationMechanismType<T> removeAuthenticationMechanismType()
Removes the authentication-mechanism-type element

Returns:
the current instance of AuthenticationMechanismType

credentialInterface

AuthenticationMechanismType<T> credentialInterface(CredentialInterfaceType credentialInterface)
Sets the credential-interface element

Parameters:
credentialInterface - the value for the element credential-interface
Returns:
the current instance of AuthenticationMechanismType

credentialInterface

AuthenticationMechanismType<T> credentialInterface(String credentialInterface)
Sets the credential-interface element

Parameters:
credentialInterface - the value for the element credential-interface
Returns:
the current instance of AuthenticationMechanismType

getCredentialInterface

CredentialInterfaceType getCredentialInterface()
Returns the credential-interface element

Returns:
the value found for the element credential-interface

getCredentialInterfaceAsString

String getCredentialInterfaceAsString()
Returns the credential-interface element

Returns:
the value found for the element credential-interface

removeCredentialInterface

AuthenticationMechanismType<T> removeCredentialInterface()
Removes the credential-interface attribute

Returns:
the current instance of AuthenticationMechanismType

ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.