public class ValidationFactor extends Object implements Serializable
com.atlassian.crowd.integration.model.RemotePrincipal
authenticates with the crowd server. When the remote principal later attempts an authentication or authentication
attempt if the validation factors do not match the client will then be considered invalid.Modifier and Type | Field and Description |
---|---|
static String |
NAME
Application name
|
static String |
PRIVILEGE_LEVEL
Application-specific privilege level.
|
static String |
RANDOM_NUMBER
The Key that represents the generated 'Random-Number' ValidationFactor
|
static String |
REMOTE_ADDRESS
The key to use when setting the client remote address.
|
static String |
REMOTE_HOST
If you need to set the host - use only for an application.
|
static String |
X_FORWARDED_FOR
The key to use when setting the client remote forwarding address through a proxy.
|
Constructor and Description |
---|
ValidationFactor() |
ValidationFactor(String name,
String value) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getName()
Gets the name.
|
String |
getValue()
Gets the value.
|
int |
hashCode() |
void |
setName(String name)
Sets the name.
|
void |
setValue(String value)
Sets the value.
|
String |
toString() |
public static final String REMOTE_ADDRESS
public static final String REMOTE_HOST
public static final String X_FORWARDED_FOR
public static final String RANDOM_NUMBER
public static final String NAME
public static final String PRIVILEGE_LEVEL
public String getName()
public void setName(String name)
name
- The name.public String getValue()
public void setValue(String value)
value
- The value.Copyright © 2020 Atlassian. All rights reserved.