Uses of Class
org.jboss.shrinkwrap.descriptor.api.connector16.CredentialInterfaceType

Packages that use CredentialInterfaceType
org.jboss.shrinkwrap.descriptor.api.connector16 Provides the interfaces and enumeration types as defined in the schema 
 

Uses of CredentialInterfaceType in org.jboss.shrinkwrap.descriptor.api.connector16
 

Methods in org.jboss.shrinkwrap.descriptor.api.connector16 that return CredentialInterfaceType
 CredentialInterfaceType AuthenticationMechanismType.getCredentialInterface()
          Returns the credential-interface element
static CredentialInterfaceType CredentialInterfaceType.getFromStringValue(String value)
           
static CredentialInterfaceType CredentialInterfaceType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CredentialInterfaceType[] CredentialInterfaceType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jboss.shrinkwrap.descriptor.api.connector16 with parameters of type CredentialInterfaceType
 AuthenticationMechanismType<T> AuthenticationMechanismType.credentialInterface(CredentialInterfaceType credentialInterface)
          Sets the credential-interface element
 



Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.