|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.emf.emfstore.internal.server.accesscontrol.authentication.ACUserContainer
public class ACUserContainer
User container that additionally is capable of performing an activity check of the user being hold.
| Constructor Summary | |
|---|---|
ACUserContainer(ACUser acUser)
Constructor. |
|
| Method Summary | |
|---|---|
ACUser |
getRawUser()
Returns the user instance that this container holds. |
ACUser |
getUser()
Returns the user and additionally performs a activity check of the user. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ACUserContainer(ACUser acUser)
acUser - an user instance| Method Detail |
|---|
public ACUser getUser()
throws AccessControlException
AccessControlException - in case the user hasn't been activepublic ACUser getRawUser()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||