org.jboss.errai.security.shared.api.identity
Class User.StandardUserProperties
java.lang.Object
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)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
User.StandardUserProperties
public User.StandardUserProperties()
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.