Package org.eclipse.emf.cdo.ui
Class Authorizer<E>
java.lang.Object
org.eclipse.emf.cdo.ui.Authorizer<E>
- Since:
- 4.11
- Author:
- Eike Stepper
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
final String
getAuthorization
(E element) final Authorizer.AuthorizerContext<E>
final CDOSession
final boolean
final boolean
final boolean
protected void
validate()
-
Field Details
-
AUTHORIZATION_PENDING
- See Also:
-
AUTHORIZED
- See Also:
-
-
Constructor Details
-
Authorizer
-
-
Method Details
-
getContext
-
getSession
-
isAuthorizing
public final boolean isAuthorizing() -
isAuthorizationFinished
public final boolean isAuthorizationFinished() -
isAuthorizationDenied
public final boolean isAuthorizationDenied() -
getAuthorization
-
authorize
protected void authorize() -
validate
- Throws:
Exception
-