|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SubjectFactory
This interface represents a factory for Subjects. Implementations are responsible for creating and
populating a Subject object with the relevant information.
| Method Summary | |
|---|---|
Subject |
createSubject()
The Subject factory method. |
Subject |
createSubject(String securityDomain)
Create a subject given the security domain name |
| Method Detail |
|---|
Subject createSubject()
The Subject factory method.
Implementations will construct the Subject object and insert all
relevant information like credentials, roles, etc into the created object.
Note: The Security Domain of "other" is assumed
Subject object.Subject createSubject(String securityDomain)
securityDomain - Name of the Security Domain
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||