@Unstable public class AuthenticationResourceReference extends AbstractResourceReference
ResourceReference to perform authentication related actions.
See AuthenticationAction for the possible actions.| Modifier and Type | Field and Description |
|---|---|
static String |
RESOURCE_TYPE_ID
Identifier of the resource type also used for associated components.
|
static ResourceType |
TYPE
Dedicated resource type used for authentication.
|
| Constructor and Description |
|---|
AuthenticationResourceReference(AuthenticationAction action)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
AuthenticationAction |
getAction() |
int |
hashCode() |
addParameter, getParameters, getParameterValue, getParameterValues, getType, setParameter, setType, toStringpublic static final String RESOURCE_TYPE_ID
public static final ResourceType TYPE
public AuthenticationResourceReference(AuthenticationAction action)
action - the action of the reference.public AuthenticationAction getAction()
public boolean equals(Object o)
equals in class AbstractResourceReferencepublic int hashCode()
hashCode in class AbstractResourceReferenceCopyright © 2004–2021 XWiki. All rights reserved.