Uses of Class
org.apache.geronimo.xbeans.j2ee.CredentialInterfaceType.Enum

Packages that use CredentialInterfaceType.Enum
org.apache.geronimo.xbeans.j2ee   
org.apache.geronimo.xbeans.j2ee.impl   
 

Uses of CredentialInterfaceType.Enum in org.apache.geronimo.xbeans.j2ee
 

Fields in org.apache.geronimo.xbeans.j2ee declared as CredentialInterfaceType.Enum
static CredentialInterfaceType.Enum CredentialInterfaceType.JAVAX_RESOURCE_SPI_SECURITY_PASSWORD_CREDENTIAL
           
static CredentialInterfaceType.Enum CredentialInterfaceType.ORG_IETF_JGSS_GSS_CREDENTIAL
           
static CredentialInterfaceType.Enum CredentialInterfaceType.JAVAX_RESOURCE_SPI_SECURITY_GENERIC_CREDENTIAL
           
 

Methods in org.apache.geronimo.xbeans.j2ee that return CredentialInterfaceType.Enum
static CredentialInterfaceType.Enum CredentialInterfaceType.Enum.forString(String s)
          Returns the enum value for a string, or null if none.
static CredentialInterfaceType.Enum CredentialInterfaceType.Enum.forInt(int i)
          Returns the enum value corresponding to an int, or null if none.
 CredentialInterfaceType.Enum AuthenticationMechanismType.getCredentialInterface()
          Gets the "credential-interface" element
 

Methods in org.apache.geronimo.xbeans.j2ee with parameters of type CredentialInterfaceType.Enum
 void AuthenticationMechanismType.setCredentialInterface(CredentialInterfaceType.Enum credentialInterface)
          Sets the "credential-interface" element
 

Uses of CredentialInterfaceType.Enum in org.apache.geronimo.xbeans.j2ee.impl
 

Methods in org.apache.geronimo.xbeans.j2ee.impl that return CredentialInterfaceType.Enum
 CredentialInterfaceType.Enum AuthenticationMechanismTypeImpl.getCredentialInterface()
          Gets the "credential-interface" element
 

Methods in org.apache.geronimo.xbeans.j2ee.impl with parameters of type CredentialInterfaceType.Enum
 void AuthenticationMechanismTypeImpl.setCredentialInterface(CredentialInterfaceType.Enum credentialInterface)
          Sets the "credential-interface" element
 



Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.