public class ChallengeAction extends AbstractManagerAction
LoginAction,
ChallengeResponse,
Serialized Form| Constructor and Description |
|---|
ChallengeAction()
Creates a new empty ChallengeAction.
|
ChallengeAction(String authType)
Creates a new ChallengeAction that requests a new login challenge for use
with the given digest algorithm.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAction()
Returns Returns the name of this action, i.e.
|
String |
getAuthType()
Returns the digest alogrithm to use.
|
void |
setAuthType(String authType)
Sets the digest alogrithm to use.
|
getActionId, setActionId, toStringpublic ChallengeAction()
public ChallengeAction(String authType)
authType - the digest alogrithm to use.public String getAction()
getAction in interface ManagerActiongetAction in class AbstractManagerActionpublic String getAuthType()
public void setAuthType(String authType)
Copyright © 2004–2022. All rights reserved.