|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.oclc.da.gdfr.registryprototype.accesscontrol.AuthorizationManager
public class AuthorizationManager
| Method Summary | |
|---|---|
static AuthorizationManager |
getInstance()
|
boolean |
isAuthorized(java.lang.String user,
java.lang.String resource,
java.lang.String method)
Determines if a user is authorized to access the given resource via the given method |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static AuthorizationManager getInstance()
public boolean isAuthorized(java.lang.String user,
java.lang.String resource,
java.lang.String method)
userID - ID if the user in the form "user@institution"resource - The requested resourcemethod - How the resource is accessed
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||