ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

org.jboss.shrinkwrap.descriptor.api.connector10
Interface AuthenticationMechanism<T>

All Superinterfaces:
Child<T>

public interface AuthenticationMechanism<T>
extends Child<T>

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

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

Method Summary
 AuthenticationMechanism<T> authenticationMechanismType(String authenticationMechanismType)
          Sets the authentication-mechanism-type element
 AuthenticationMechanism<T> credentialInterface(String credentialInterface)
          Sets the credential-interface element
 AuthenticationMechanism<T> description(String description)
          Sets the description element
 String getAuthenticationMechanismType()
          Returns the authentication-mechanism-type element
 String getCredentialInterface()
          Returns the credential-interface element
 String getDescription()
          Returns the description element
 AuthenticationMechanism<T> removeAuthenticationMechanismType()
          Removes the authentication-mechanism-type element
 AuthenticationMechanism<T> removeCredentialInterface()
          Removes the credential-interface element
 AuthenticationMechanism<T> removeDescription()
          Removes the description element
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

authenticationMechanismType

AuthenticationMechanism<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 AuthenticationMechanism

getAuthenticationMechanismType

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

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

removeAuthenticationMechanismType

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

Returns:
the current instance of AuthenticationMechanism

description

AuthenticationMechanism<T> description(String description)
Sets the description element

Parameters:
description - the value for the element description
Returns:
the current instance of AuthenticationMechanism

getDescription

String getDescription()
Returns the description element

Returns:
the node defined for the element description

removeDescription

AuthenticationMechanism<T> removeDescription()
Removes the description element

Returns:
the current instance of AuthenticationMechanism

credentialInterface

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

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

getCredentialInterface

String getCredentialInterface()
Returns the credential-interface element

Returns:
the node defined for the element credential-interface

removeCredentialInterface

AuthenticationMechanism<T> removeCredentialInterface()
Removes the credential-interface element

Returns:
the current instance of AuthenticationMechanism

ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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