Errai 3.0.1-SNAPSHOT

org.jboss.errai.security.shared.api.identity
Class User.StandardUserProperties

java.lang.Object
  extended by org.jboss.errai.security.shared.api.identity.User.StandardUserProperties
Enclosing interface:
User

public static class User.StandardUserProperties
extends Object

A set of standard property names that most other security identity systems are likely to have information about.

See Also:
User#getProperty(String, String)

Field Summary
static String EMAIL
           
static String FIRST_NAME
           
static String LAST_NAME
           
 
Constructor Summary
User.StandardUserProperties()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FIRST_NAME

public static final String FIRST_NAME
See Also:
Constant Field Values

LAST_NAME

public static final String LAST_NAME
See Also:
Constant Field Values

EMAIL

public static final String EMAIL
See Also:
Constant Field Values
Constructor Detail

User.StandardUserProperties

public User.StandardUserProperties()

Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.