Uses of Class
com.wewebu.ow.server.exceptions.OwAuthenticationException

Packages that use OwAuthenticationException
com.wewebu.ow.server.auth   
com.wewebu.ow.server.ecm   
com.wewebu.ow.server.util.ldap   
 

Uses of OwAuthenticationException in com.wewebu.ow.server.auth
 

Methods in com.wewebu.ow.server.auth that throw OwAuthenticationException
 OwAuthentication OwAuthenticator.authenticate(OwAuthentication authentication)
          Authenticate with provided information.
 

Uses of OwAuthenticationException in com.wewebu.ow.server.ecm
 

Methods in com.wewebu.ow.server.ecm that throw OwAuthenticationException
 void OwStandardCrossMappings.doXLogin(OwNetwork xnetwork_p, OwNetwork parentnetwork_p, String parentuser_p, String parentpassword_p)
          Login to the X network.
 

Uses of OwAuthenticationException in com.wewebu.ow.server.util.ldap
 

Methods in com.wewebu.ow.server.util.ldap that throw OwAuthenticationException
 void OwLdapConnector.authenticate(String userName_p, String password_p)
          Authenticates a user using LDAP.
The user name and password are stored for further operations.
 String OwLdapConnector.findDistinguishedNameAnonymously(String user_p)
          Returns the full distinguished name for the login user to use for authentication later.
 String OwLdapSchemaInterpreter.findDistinguishedNameAnonymously(String user_p, OwLdapConnection connection_p)
          Returns the full distinguished name for the login user to use for authentication later.
 String OwBasicLdapSchemaInterpreter.findDistinguishedNameAnonymously(String user_p, OwLdapConnection connection_p)
           
 Collection OwLdapConnector.getAllShortGroupNames()
          Reads all groups from the LDAP (e.g.
 Collection OwLdapConnector.getAllShortGroupNames(boolean useAdminAccount_p)
          Reads all groups from the LDAP (e.g.
 Collection<String> OwStandardSchemaInterpreter.getAllShortGroupNames(OwLdapConnection connection_p)
           
 Collection<String> OwLdapSchemaInterpreter.getAllShortGroupNames(OwLdapConnection connection_p)
          Reads all groups from the LDAP (e.g.
 Collection<String> OwADSchemaInterpreter.getAllShortGroupNames(OwLdapConnection connection_p)
           
 Object OwLdapConnection.getAttributeValue(String distinguishedName_p, String attributeName_p)
          Get the attribute value for given attribute name.
 String OwLdapConnection.getAttributeValue(String distinguishedName_p, String attributeName_p, boolean trimmCommonName_p)
           
 Collection OwLdapConnector.getShortGroupNames()
          Returns the group names of the user.
 Collection OwLdapConnector.getShortGroupNames(boolean useAdminAccount_p)
          Returns the group names of the user.
 Collection<String> OwStandardSchemaInterpreter.getShortGroupNames(OwLdapConnection connection_p)
           
 Collection<String> OwLdapSchemaInterpreter.getShortGroupNames(OwLdapConnection connection_p)
          Returns the group names of the user.
 Collection<String> OwADSchemaInterpreter.getShortGroupNames(OwLdapConnection connection_p)
           
 Object OwLdapConnection.getUserAttributeValue(String attributeName_p)
           
 String OwLdapConnection.getUserAttributeValue(String attributeName_p, boolean trimmCommonName_p)
           
 String OwLdapConnector.getUserDisplayName()
          Get the user display name, or a null value.
 String OwLdapSchemaInterpreter.getUserDisplayName(OwLdapConnection connection_p)
          Get the user display name, or a null value.
 String OwBasicLdapSchemaInterpreter.getUserDisplayName(OwLdapConnection connection_p)
           
 String OwLdapConnection.getUserDistinguishedName()
           
 String OwLdapConnector.getUserId()
          Returns a unique ID of the user
 String OwStandardSchemaInterpreter.getUserId(OwLdapConnection connection_p)
           
 String OwLdapSchemaInterpreter.getUserId(OwLdapConnection connection_p)
          Returns a unique ID of the user
 String OwADSchemaInterpreter.getUserId(OwLdapConnection connection_p)
           
 String OwLdapConnector.getUserLongName()
          Gets the user's long name
 String OwStandardSchemaInterpreter.getUserLongName(OwLdapConnection connection_p)
           
 String OwLdapSchemaInterpreter.getUserLongName(OwLdapConnection connection_p)
          Gets the user's long name
 String OwADSchemaInterpreter.getUserLongName(OwLdapConnection connection_p)
           
 String OwLdapConnector.getUserShortName()
          Get the user short name, or a null value.
 String OwStandardSchemaInterpreter.getUserShortName(OwLdapConnection connection_p)
           
 String OwLdapSchemaInterpreter.getUserShortName(OwLdapConnection connection_p)
          Get the user short name, or a null value.
 String OwADSchemaInterpreter.getUserShortName(OwLdapConnection connection_p)
           
protected  void OwLdapConnector.prepareForAuthentication(String userName_p, String password_p)
          Called before authentication method to prepare configuration for
 Collection<String> OwLdapConnection.searchAttributeValues(String searchBase_p, String[][] matchAttrs_p, String attribute_p)
           
 



Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.