Uses of Class
com.orchestranetworks.service.directory.AuthenticationException
Packages that use AuthenticationException
Package
Description
Provides interfaces for accessing data sets.
Provides classes for Directory handling.
-
Uses of AuthenticationException in com.orchestranetworks.instance
Methods in com.orchestranetworks.instance that throw AuthenticationExceptionModifier and TypeMethodDescriptionabstract SessionRepository.createSessionFromHttpRequest(HttpServletRequest httpServletRequest) Instantiates a session from an HTTP request.abstract SessionRepository.createSessionFromLoginPassword(String login, String password) Instantiates a session based on the login and password specified.abstract SessionRepository.createSessionFromSOAPHeader(Element header) Instantiates a session from a SOAP Header. -
Uses of AuthenticationException in com.orchestranetworks.service.directory
Methods in com.orchestranetworks.service.directory that throw AuthenticationExceptionModifier and TypeMethodDescriptionDirectory.authenticateUserFromHttpRequest(HttpServletRequest request) Authenticates a user for the purpose of a single sign-on policy.DirectoryHandler.authenticateUserFromHttpRequest(HttpServletRequest aRequest) abstract UserReferenceDirectory.authenticateUserFromLoginPassword(String aLogin, String aPassword) Authenticates a user using the login and password specified.DirectoryHandler.authenticateUserFromLoginPassword(String aLogin, String aPassword) DirectoryHandler.authenticateUserFromSOAPHeader(Element anHeader)