dbXML API

Uses of Class
org.dbxml.core.security.AccessDeniedException

Packages that use AccessDeniedException
org.dbxml.core.security Defines several classes for dbXML access control and authentication. 
 

Uses of AccessDeniedException in org.dbxml.core.security
 

Methods in org.dbxml.core.security that throw AccessDeniedException
 void DBSecurityManager.checkAccess(java.lang.String resource, int requestedAccess, Credentials cred)
          Determines if the provided credentials are valid for accessing the specified resource.
 void DBSecurityManager.checkAccess(java.lang.String resource, int requestedAccess)
          Determines if the credentials retrieved from thread local storage are valid for accessing the specified resource.
 void LocalSecurityManager.checkAccess(java.lang.String resource, int requestedAccess, Credentials cred)
          Determines if the provided credentials are valid for accessing the specified resource.
 void LocalSecurityManager.checkAccess(java.lang.String resource, int requestedAccess)
          Determines if the credentials retrieved from thread local storage are valid for accessing the specified resource.
 boolean PasswordCredentials.checkGroup(java.lang.String group)
          Determines if these credentials have an association with the specified group.
 boolean Credentials.checkGroup(java.lang.String group)
          Determines if these credentials have an association with the specified group.
 


dbXML API

Copyright (c) 1999-2001 The dbXML Group, All rights reserved