Uses of Class
org.jboss.seam.security.management.UserAccount.AccountType

Packages that use UserAccount.AccountType
org.jboss.seam.security.management Seam Identity Management 
 

Uses of UserAccount.AccountType in org.jboss.seam.security.management
 

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

Methods in org.jboss.seam.security.management with parameters of type UserAccount.AccountType
abstract  void UserAccount.setAccountType(UserAccount.AccountType accountType)