|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SSOPrincipal
This object holds information about the user principal. Attributes of this object are populated on identity provider side. Use your custom plug-ins there if you want some extra information to be included.
| Method Summary | |
|---|---|
java.lang.Object |
getAttribute(java.lang.String name)The value of attribute associated with this user. |
java.util.Map<java.lang.String,java.lang.Object> |
getAttributes()The key/value pairs associated with this user. |
java.lang.String |
getDisplayName()The user display name |
java.lang.String |
getDN()The unique user identifier |
java.lang.String |
getEmail()The user email |
| Methods inherited from interface java.security.Principal |
|---|
equals, getName, hashCode, toString |
| Method Detail |
|---|
java.lang.String getDN()
java.lang.String getDisplayName()
java.lang.String getEmail()
java.lang.Object getAttribute(java.lang.String name)
name - - keyjava.util.Map<java.lang.String,java.lang.Object> getAttributes()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.