|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SecurityContext
SecurityContext is an interface that is used to help you implement customer security context.
| Method Summary | |
|---|---|
java.lang.String |
getEmail()
Returns the email address of the user. |
java.util.Vector |
getRoles()
Returns the roles the user belongs to. |
java.lang.String |
getSalutation()
Returns the salutation of the user (e.g., Mr., Mrs., etc). |
java.lang.String |
getUserName()
Returns the user name. |
| Method Detail |
|---|
java.lang.String getUserName()
java.util.Vector getRoles()
java.lang.String getEmail()
java.lang.String getSalutation()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||