|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface User
Represent an user. An user is identified by an id. One user can be present in only one scope at time.
Method Summary | |
---|---|
java.lang.String |
getId()
Retrieves the user's id. |
java.lang.String |
getPortalLogin()
Retrieves the user's portal login. |
GCUBEScope |
getScope()
Retrieves the user's scope. |
Method Detail |
---|
java.lang.String getId() throws InternalErrorException
InternalErrorException
- if an internal error occur.java.lang.String getPortalLogin() throws InternalErrorException
InternalErrorException
- if an internal error occur.GCUBEScope getScope() throws InternalErrorException
InternalErrorException
- if an internal error occur.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |