public class ChallengeAction extends AbstractManagerAction
LoginAction
,
ChallengeResponse
,
Serialized FormConstructor 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, toString
public ChallengeAction()
public ChallengeAction(String authType)
authType
- the digest alogrithm to use.public String getAction()
getAction
in interface ManagerAction
getAction
in class AbstractManagerAction
public String getAuthType()
public void setAuthType(String authType)
Copyright © 2004–2022. All rights reserved.