Uses of Class
net.sourceforge.heracles.utilities.HeraclesException

Packages that use HeraclesException
net.sourceforge.heracles.api   
net.sourceforge.heracles.dao   
net.sourceforge.heracles.dao.config   
net.sourceforge.heracles.dao.impl   
net.sourceforge.heracles.service   
net.sourceforge.heracles.service.impl   
 

Uses of HeraclesException in net.sourceforge.heracles.api
 

Methods in net.sourceforge.heracles.api that throw HeraclesException
abstract  LdapUser Heracles.authAdvanced(java.lang.String username, java.lang.String password)
          This method takes the usersername and the password as Strings and does the authentication.
 LdapUser HeraclesImpl.authAdvanced(java.lang.String username, java.lang.String password)
          This method takes the usersername and the password as Strings and does the authentication.
abstract  void Heracles.authSimple(java.lang.String username, java.lang.String password)
          This method takes the usersername and the password as Strings and does the authentication.
 void HeraclesImpl.authSimple(java.lang.String username, java.lang.String password)
          This method takes the usersername and the password as Strings and does the authentication.
abstract  java.util.List<LdapUser> Heracles.searchInLdap(java.lang.String domainName, java.lang.String where, java.lang.String like)
          This method could be used to search in the ldap for something, the result will be come as a List.
 java.util.List<LdapUser> HeraclesImpl.searchInLdap(java.lang.String domainName, java.lang.String where, java.lang.String like)
          This method could be used to search in the ldap for something, the result will be come as a List.
 

Uses of HeraclesException in net.sourceforge.heracles.dao
 

Methods in net.sourceforge.heracles.dao that throw HeraclesException
 javax.security.auth.Subject KerberosQuery.auth(java.lang.String domainName, java.lang.String userName, java.lang.String password)
           
 java.util.List<LdapUser> LdapQuery.searchInLdap(java.lang.String domainName, java.lang.String where, java.lang.String like)
           
 

Uses of HeraclesException in net.sourceforge.heracles.dao.config
 

Methods in net.sourceforge.heracles.dao.config that throw HeraclesException
 Domain HeraclesConfig.getDomain(java.lang.String name)
           
 Realm HeraclesConfig.getRealm(java.lang.String name)
           
 

Uses of HeraclesException in net.sourceforge.heracles.dao.impl
 

Methods in net.sourceforge.heracles.dao.impl that throw HeraclesException
 javax.security.auth.Subject KerberosQueryImpl.auth(java.lang.String domainname, java.lang.String username, java.lang.String password)
           
private  void LdapQueryImpl.defineEnvoierment(java.lang.String domainName)
           
 java.util.List<LdapUser> LdapQueryImpl.searchInLdap(java.lang.String domainName, java.lang.String where, java.lang.String like)
           
 

Uses of HeraclesException in net.sourceforge.heracles.service
 

Methods in net.sourceforge.heracles.service that throw HeraclesException
 LdapUser Authentication.authAdvanced(java.lang.String username, java.lang.String password)
          This method receives from the API implementation the username and password.
 void Authentication.authSimple(java.lang.String username, java.lang.String password)
          This methodes receivse from the API implementation the username and password.
 java.util.List<LdapUser> Search.searchInLdap(java.lang.String domainName, java.lang.String where, java.lang.String like)
           
 

Uses of HeraclesException in net.sourceforge.heracles.service.impl
 

Methods in net.sourceforge.heracles.service.impl that throw HeraclesException
 LdapUser AuthenticationImpl.authAdvanced(java.lang.String username, java.lang.String password)
          This method receives from the API implementation the username and password.
 void AuthenticationImpl.authSimple(java.lang.String username, java.lang.String password)
          This methodes receivse from the API implementation the username and password.
 java.util.List<LdapUser> SearchImpl.searchInLdap(java.lang.String domainName, java.lang.String where, java.lang.String like)
          This method asks the dao layer for searching something in the ldap.
private  void AuthenticationImpl.validating(java.lang.String username, java.lang.String password)
           
private  void SearchImpl.validating(java.lang.String domainName, java.lang.String where, java.lang.String like)
           
 



Copyright © 2007 null. All Rights Reserved.