Uses of Class
org.apache.deltaspike.security.api.Identity.AuthenticationResult

Packages that use Identity.AuthenticationResult
org.apache.deltaspike.security.api   
 

Uses of Identity.AuthenticationResult in org.apache.deltaspike.security.api
 

Methods in org.apache.deltaspike.security.api that return Identity.AuthenticationResult
 Identity.AuthenticationResult Identity.login()
          Attempts to authenticate the user.
static Identity.AuthenticationResult Identity.AuthenticationResult.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Identity.AuthenticationResult[] Identity.AuthenticationResult.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2011-2012 The Apache Software Foundation. All Rights Reserved.