org.wamblee.security.authorization
Class AbstractAuthorizationService
java.lang.Object
org.wamblee.security.authorization.AbstractAuthorizationService
- All Implemented Interfaces:
- AuthorizationService
- Direct Known Subclasses:
- DefaultAuthorizationService
@Entity
public abstract class AbstractAuthorizationService
- extends java.lang.Object
- implements AuthorizationService
Service to determine if access to a certain resource is allowed.
- Author:
- Erik Brakkee
Method Summary |
java.lang.String |
getName()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QUERY_FIND_BY_NAME
public static final java.lang.String QUERY_FIND_BY_NAME
- See Also:
- Constant Field Values
NAME_PARAM
public static final java.lang.String NAME_PARAM
- See Also:
- Constant Field Values
AbstractAuthorizationService
public AbstractAuthorizationService()
AbstractAuthorizationService
public AbstractAuthorizationService(java.lang.String aName)
AbstractAuthorizationService
public AbstractAuthorizationService(AbstractAuthorizationService aSvc)
getName
public java.lang.String getName()
Copyright © 2022. All Rights Reserved.