Uses of Class
org.moremotion.security.domain.SecurityDomainException

Packages that use SecurityDomainException
org.moremotion.security   
org.moremotion.security.domain   
 

Uses of SecurityDomainException in org.moremotion.security
 

Methods in org.moremotion.security that throw SecurityDomainException
 void SecurityContext.login(User user)
          Logs in the given user.
 void SecurityContext.login(User user, boolean multipleLoginAllowed)
          Logs in the given user.
 

Uses of SecurityDomainException in org.moremotion.security.domain
 

Methods in org.moremotion.security.domain that throw SecurityDomainException
 void SecurityDomain.login(java.lang.String subDomainName, java.lang.String userName, java.lang.String sid)
          Logges in the specified user in this domain.
 void SecurityDomain.login(java.lang.String subDomainName, java.lang.String userName, java.lang.String sid, boolean multipleLoginAllowed)
          Logges in the specified user in this domain.
 java.lang.String SecurityDomain.trustedLogin(java.lang.String oldsid, java.lang.String newsid)
          Logges in the user without authentication incase it has a valid session in another domain
 



Copyright © 2002-2008 MOR YAZILIM. All Rights Reserved.