Uses of Class
org.jboss.seam.web.AuthenticationFilter.AuthType

Packages that use AuthenticationFilter.AuthType
org.jboss.seam.web Seam components for use in a servlet environment. 
 

Uses of AuthenticationFilter.AuthType in org.jboss.seam.web
 

Methods in org.jboss.seam.web that return AuthenticationFilter.AuthType
static AuthenticationFilter.AuthType AuthenticationFilter.AuthType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AuthenticationFilter.AuthType[] AuthenticationFilter.AuthType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.