Uses of Class
org.jasig.portal.security.PortalSecurityException

Packages that use PortalSecurityException
org.jasig.portal.portlets.swapper   
org.jasig.portal.security   
org.jasig.portal.security.provider   
org.jasig.portal.security.provider.cas   
org.jasig.portal.services   
 

Uses of PortalSecurityException in org.jasig.portal.portlets.swapper
 

Methods in org.jasig.portal.portlets.swapper that throw PortalSecurityException
 void IdentitySwapperSecurityContext.addSubContext(String name, ISecurityContext ctx)
           
 void IdentitySwapperSecurityContext.authenticate()
           
 ISecurityContext IdentitySwapperSecurityContext.getSubContext(String ctx)
           
 

Uses of PortalSecurityException in org.jasig.portal.security
 

Methods in org.jasig.portal.security that throw PortalSecurityException
 void ISecurityContext.addSubContext(String name, ISecurityContext ctx)
          Adds a named sub context to the list of subserviant subcontexts.
 void ISecurityContext.authenticate()
          Performs the operation of authentication.
 void IParentAwareSecurityContext.authenticate(ISecurityContext parent)
          Concrete SecurityContext classes that implement IParentAwareSecurityContext will have this method called by ChainingSecurityContext instead of the no-arg version.
static ISecurityContext InitialSecurityContextFactory.getInitialContext(String rootContext)
           
 IPerson IPersonManager.getPerson(HttpServletRequest request)
          Returns an IPerson associated with the incoming request
 ISecurityContext ISecurityContext.getSubContext(String ctx)
          Returns an ISecurityContext for the named subserviant security context.
 

Uses of PortalSecurityException in org.jasig.portal.security.provider
 

Methods in org.jasig.portal.security.provider that throw PortalSecurityException
 void ChainingSecurityContext.addSubContext(String name, ISecurityContext ctx)
           
 void CacheLdapSecurityContext.authenticate()
          Deprecated. Authenticates the user.
 void SimpleSecurityContext.authenticate()
          Authenticate user.
 void SimpleLdapSecurityContext.authenticate()
          Authenticates the user.
 void ChainingSecurityContext.authenticate()
          We walk the chain of subcontext assigning principals and opaquecredentials from the parent.
 void BrokenSecurityContext.authenticate()
           
 IPerson SimplePersonManager.getPerson(HttpServletRequest request)
          Retrieve an IPerson object for the incoming request
 IPerson RemoteUserPersonManager.getPerson(HttpServletRequest request)
          Retrieve an IPerson object for the incoming request
 

Uses of PortalSecurityException in org.jasig.portal.security.provider.cas
 

Methods in org.jasig.portal.security.provider.cas that throw PortalSecurityException
 void CasAssertionSecurityContext.authenticate()
           
 

Uses of PortalSecurityException in org.jasig.portal.services
 

Methods in org.jasig.portal.services that throw PortalSecurityException
 void Authentication.authenticate(HashMap principals, HashMap credentials, IPerson person)
          Attempts to authenticate a given IPerson based on a set of principals and credentials
 



Copyright © 2010 Jasig. All Rights Reserved.