|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AuthzToken | |
---|---|
com.netscape.certsrv.authorization | |
com.netscape.cms.authorization | |
com.netscape.cms.servlet.admin | |
com.netscape.cms.servlet.base |
Uses of AuthzToken in com.netscape.certsrv.authorization |
---|
Methods in com.netscape.certsrv.authorization that return AuthzToken | |
---|---|
AuthzToken |
IAuthzManager.authorize(IAuthToken authToken,
java.lang.String expression)
|
AuthzToken |
IAuthzManager.authorize(IAuthToken authToken,
java.lang.String resource,
java.lang.String operation)
Check if the user is authorized to perform the given operation on the given resource. |
AuthzToken |
IAuthzSubsystem.authorize(java.lang.String authzMgrName,
IAuthToken authToken,
java.lang.String exp)
|
AuthzToken |
IAuthzSubsystem.authorize(java.lang.String authzMgrName,
IAuthToken authToken,
java.lang.String resource,
java.lang.String operation)
authorize the user associated with the given authToken for a given operation with the given authorization manager name |
Uses of AuthzToken in com.netscape.cms.authorization |
---|
Methods in com.netscape.cms.authorization that return AuthzToken | |
---|---|
AuthzToken |
BasicAclAuthz.authorize(IAuthToken authToken,
java.lang.String expression)
|
AuthzToken |
DirAclAuthz.authorize(IAuthToken authToken,
java.lang.String expression)
|
abstract AuthzToken |
AAclAuthz.authorize(IAuthToken authToken,
java.lang.String resource,
java.lang.String operation)
an abstract class that enforces implementation of the authorize() method that will authorize an operation on a particular resource |
AuthzToken |
BasicAclAuthz.authorize(IAuthToken authToken,
java.lang.String resource,
java.lang.String operation)
check the authorization permission for the user associated with authToken on operation Example: For example, if UsrGrpAdminServlet needs to authorize the caller it would do be done in the following fashion: try { authzTok = mAuthz.authorize("DirACLBasedAuthz", authToken, RES_GROUP, "read"); } catch (EBaseException e) { log(ILogger.LL_FAILURE, "authorize call: "+ e.toString()); } |
AuthzToken |
DirAclAuthz.authorize(IAuthToken authToken,
java.lang.String resource,
java.lang.String operation)
check the authorization permission for the user associated with authToken on operation Example: For example, if UsrGrpAdminServlet needs to authorize the caller it would do be done in the following fashion: try { authzTok = mAuthz.authorize("DirAclAuthz", authToken, RES_GROUP, "read"); } catch (EBaseException e) { log(ILogger.LL_FAILURE, "authorize call: "+ e.toString()); } |
Uses of AuthzToken in com.netscape.cms.servlet.admin |
---|
Fields in com.netscape.cms.servlet.admin declared as AuthzToken | |
---|---|
protected AuthzToken |
AdminServlet.mToken
|
Methods in com.netscape.cms.servlet.admin that return AuthzToken | |
---|---|
protected AuthzToken |
AdminServlet.authorize(javax.servlet.http.HttpServletRequest req)
Authorize must occur after Authenticate signed.audit LOGGING_SIGNED_AUDIT_AUTHZ_FAIL used when authorization has failed signed.audit LOGGING_SIGNED_AUDIT_AUTHZ_SUCCESS used when authorization is successful signed.audit LOGGING_SIGNED_AUDIT_ROLE_ASSUME used when user assumes a role (in current CMS that's when one accesses a role port) |
Uses of AuthzToken in com.netscape.cms.servlet.base |
---|
Methods in com.netscape.cms.servlet.base that return AuthzToken | |
---|---|
AuthzToken |
CMSServlet.authorize(java.lang.String authzMgrName,
IAuthToken authToken,
java.lang.String exp)
|
AuthzToken |
CMSServlet.authorize(java.lang.String authzMgrName,
IAuthToken authToken,
java.lang.String resource,
java.lang.String operation)
Authorize must occur after Authenticate signed.audit LOGGING_SIGNED_AUDIT_AUTHZ_FAIL used when authorization has failed signed.audit LOGGING_SIGNED_AUDIT_AUTHZ_SUCCESS used when authorization is successful signed.audit LOGGING_SIGNED_AUDIT_ROLE_ASSUME used when user assumes a role (in current CS that's when one accesses a role port) |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |