|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

public interface UserContext
This User interface defines the storage for the authentication and authorization, so that information can be shared. This interface is NOT a container class for client related stuff, altrough this is possible. Notice that after the login on the cloud it is not certain that you will receive the same User object back !
| Method Summary | |
|---|---|
String |
getAuthenticationType()
Returns the original authentication type as specified in getCloud |
String |
getIdentifier()
Get the unique identifier for this user. |
String |
getOwnerField()
Return the default owner field value for new nodes created by this user. |
Rank |
getRank()
Get the rank of this user. |
boolean |
isValid()
Is valid |
| Method Detail |
|---|
String getIdentifier()
Rank getRank()
boolean isValid()
true if the user is still valid.
false if the user is expired..String getOwnerField()
String getAuthenticationType()
CloudContext.getCloud(java.lang.String)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||