dbXML API

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

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

Uses of InvalidCredentialsException in org.dbxml.core.security
 

Methods in org.dbxml.core.security that throw InvalidCredentialsException
 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.
 Credentials DBSecurityManager.authenticate(java.lang.String username, java.lang.String password)
          Authenticates the user and retrieves a credentials object for the provided username and password.
 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.
 Credentials LocalSecurityManager.authenticate(java.lang.String username, java.lang.String password)
          Authenticates the user and retrieves a credentials object for the provided username and password.
 void PasswordCredentials.verify()
          Verifies that the credentials are valid.
 boolean PasswordCredentials.checkGroup(java.lang.String group)
          Determines if these credentials have an association with the specified group.
 void Credentials.verify()
          Verifies that the credentials are valid.
 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