Uses of Class
org.xwiki.security.authentication.AuthenticationAction
-
-
Uses of AuthenticationAction in org.xwiki.security.authentication
Methods in org.xwiki.security.authentication that return AuthenticationAction Modifier and Type Method Description AuthenticationActionAuthenticationResourceReference. getAction()static AuthenticationActionAuthenticationAction. getFromRequestParameter(String parameter)Retrieve an action based on the request parameter.static AuthenticationActionAuthenticationAction. valueOf(String name)Returns the enum constant of this type with the specified name.static AuthenticationAction[]AuthenticationAction. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.xwiki.security.authentication with parameters of type AuthenticationAction Constructor Description AuthenticationResourceReference(WikiReference wikiReference, AuthenticationAction action)Default constructor.
-