public class AccessControl extends Object
| Constructor and Description |
|---|
AccessControl(ESAuthenticationControlType authenticationControlType,
ServerSpace serverSpace)
Constructor.
|
AccessControl(ServerSpace serverSpace)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ESAuthorizationService |
getAuthorizationService()
Returns the
ESAuthorizationService. |
static ESPasswordHashGenerator |
getESPasswordHashGenerator()
Parses the access control extension point and return the
ESPasswordHashGenerator if found. |
LoginService |
getLoginService()
Returns the login service.
|
ESOrgUnitProvider |
getOrgUnitProviderService()
Returns the
ESOrgUnitProvider. |
ESOrgUnitResolver |
getOrgUnitResolverServive()
Returns the
ESOrgUnitResolver. |
ESSessions |
getSessions()
Returns the current session mapping.
|
public AccessControl(ServerSpace serverSpace)
serverSpace - the server spacepublic AccessControl(ESAuthenticationControlType authenticationControlType, ServerSpace serverSpace)
authenticationControlType - the type of the login service to be usedserverSpace - the server spacepublic static ESPasswordHashGenerator getESPasswordHashGenerator()
ESPasswordHashGenerator if found.public ESOrgUnitResolver getOrgUnitResolverServive()
ESOrgUnitResolver.ESOrgUnitResolver in use.public ESOrgUnitProvider getOrgUnitProviderService()
ESOrgUnitProvider.ESOrgUnitProvider in use.public ESAuthorizationService getAuthorizationService()
ESAuthorizationService.ESAuthorizationService in use.public ESSessions getSessions()
public LoginService getLoginService()
Copyright © 2017. All rights reserved.