|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.services.user.SubjectMatter
public class SubjectMatter
This class is used to marshall the contents of a Subject across a remote connection. By default credentials don't get transmitted, so this circumvents that. It is not intended that any class outside the User Service package use this class for any reason.
Constructor Summary | |
---|---|
SubjectMatter()
|
Method Summary | |
---|---|
void |
addPrincipal(java.lang.Object principal)
Add a principal to the collection. |
void |
addPrivateCredential(java.lang.Object credential)
Add a private credential to the collection. |
void |
addPublicCredential(java.lang.Object credential)
Add a public credential to the collection. |
java.util.List |
getPrincipals()
|
java.util.List |
getPrivateCredentials()
|
java.util.List |
getPublicCredentials()
|
Constructor Detail |
---|
public SubjectMatter()
Method Detail |
---|
public void addPrincipal(java.lang.Object principal)
principal
- The Principal to add.public void addPrivateCredential(java.lang.Object credential)
credential
- The Credential to add.public void addPublicCredential(java.lang.Object credential)
credential
- The credential to add to the
public credential collection.public java.util.List getPrincipals()
public java.util.List getPrivateCredentials()
public java.util.List getPublicCredentials()
|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |