|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface OESAuthzService
Service interface for OES-backed authorization. Used internally within the OIM Authorization layer. Known Implementors: OESAuthzServiceImpl
| Method Summary | |
|---|---|
AuthorizationResult |
hasAccess(java.lang.String subjectId, java.lang.String resourceType)Checks access for the given subjectId to the given resourceType. |
AuthorizationResult |
hasAccess(java.lang.String subjectId, java.lang.String resourceType, java.lang.String actionId)Checks access for the given subjectId to the given resourceType and action. |
AuthorizationResult |
hasAccess(java.lang.String subjectId, java.lang.String resourceId, java.lang.String resourceType, java.lang.String action)Checks access for the given subjectId to the given resourceType and action on the given resourceId. |
void |
init()Initializes the OES Authorization service. |
| Method Detail |
|---|
void init()
throws ParameterException,
ServiceNotAvailableException
ParameterExceptionServiceNotAvailableException
AuthorizationResult hasAccess(java.lang.String subjectId,
java.lang.String resourceType)
subjectId -resourceType -
AuthorizationResult hasAccess(java.lang.String subjectId,
java.lang.String resourceType,
java.lang.String actionId)
subjectId -resourceType -actionId -
AuthorizationResult hasAccess(java.lang.String subjectId,
java.lang.String resourceId,
java.lang.String resourceType,
java.lang.String action)
subjectId -resourceId -resourceType -action -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||