|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The class AccountMapper is an interface
that is implemented to map partner account to user account
in Sun Java System Identity Server.
Different partner would need to have a different implementation
of the interface. The mappings between the partner source ID and
the implementation class are configured at the Partner URLs
field in SAML service.
| Field Summary | |
static java.lang.String |
NAME
Key to hold user DN in returned map |
static java.lang.String |
ORG
Key to hold organization DN in returned map |
| Method Summary | |
java.util.Map |
getUser(Subject subject,
java.lang.String sourceID)
Return user account in Sun Java System Identity Server to which the subject is mapped. |
| Field Detail |
public static final java.lang.String NAME
public static final java.lang.String ORG
| Method Detail |
public java.util.Map getUser(Subject subject,
java.lang.String sourceID)
subject - Subject to be mappedsourceID - source ID for the site from which the subject originated.
NAME and ORG keys,
value of the NAME key is the user DN, value of thes
ORG is the user organization DN. Return empty map
if the mapped user could not be obtained from the subject.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||