com.atlassian.crowd.integration.model
Class RemotePrincipalConstants

java.lang.Object
  extended by com.atlassian.crowd.integration.model.RemotePrincipalConstants

public class RemotePrincipalConstants
extends java.lang.Object

A simple class to hold the Constants that are used on a RemotePrincipal


Field Summary
static java.lang.String DISPLAYNAME
          Key for if the principal has a display name attribute.
static java.lang.String EMAIL
          Key for the email attribute.
static java.lang.String FIRSTNAME
          Key for the first name attribute.
static java.lang.String INVALID_PASSWORD_ATTEMPTS
          Key for the total invalid password attempts.
static java.lang.String LAST_AUTHNETICATED
          Key for the last authentication.
static java.lang.String LASTNAME
          Key for the last name attribute.
static java.lang.String PASSWORD_LASTCHANGED
          Key for the password last changed attribute.
static java.lang.String REQUIRES_PASSSWORD_CHANGE
          Key for if the principal needs to change their password.
static java.lang.String USERNAME
          Key for the username value.
 
Constructor Summary
RemotePrincipalConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

USERNAME

public static final java.lang.String USERNAME
Key for the username value.

See Also:
Constant Field Values

FIRSTNAME

public static final java.lang.String FIRSTNAME
Key for the first name attribute.

See Also:
Constant Field Values

LASTNAME

public static final java.lang.String LASTNAME
Key for the last name attribute.

See Also:
Constant Field Values

EMAIL

public static final java.lang.String EMAIL
Key for the email attribute.

See Also:
Constant Field Values

PASSWORD_LASTCHANGED

public static final java.lang.String PASSWORD_LASTCHANGED
Key for the password last changed attribute.

See Also:
Constant Field Values

LAST_AUTHNETICATED

public static final java.lang.String LAST_AUTHNETICATED
Key for the last authentication.

See Also:
Constant Field Values

INVALID_PASSWORD_ATTEMPTS

public static final java.lang.String INVALID_PASSWORD_ATTEMPTS
Key for the total invalid password attempts.

See Also:
Constant Field Values

REQUIRES_PASSSWORD_CHANGE

public static final java.lang.String REQUIRES_PASSSWORD_CHANGE
Key for if the principal needs to change their password.

See Also:
Constant Field Values

DISPLAYNAME

public static final java.lang.String DISPLAYNAME
Key for if the principal has a display name attribute.

See Also:
Constant Field Values
Constructor Detail

RemotePrincipalConstants

public RemotePrincipalConstants()


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.