Uses of Class
javax.annotation.AuthenticationType

Packages that use AuthenticationType
javax.annotation   
 

Uses of AuthenticationType in javax.annotation
 

Methods in javax.annotation that return AuthenticationType
static AuthenticationType AuthenticationType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AuthenticationType[] AuthenticationType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.