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

Packages that use PortalSecurityException
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.security
 

Methods in org.jasig.portal.security that throw PortalSecurityException
 void ISecurityContext.addSubContext(java.lang.String name, ISecurityContext ctx)
          Adds a named sub context to the list of subserviant subcontexts.
 void ISecurityContext.authenticate()
          Performs the operation of authentication.
private static ISecurityContext InitialSecurityContextFactory.createSecurityContextChain(ContextConfiguration contextConfig)
          Recursivly parses the tree of ContextConfiguration objects to create a tree (chain) of ISecurityContexts.
static ISecurityContext InitialSecurityContextFactory.getInitialContext(java.lang.String rootContext)
           
 IPerson IPersonManager.getPerson(javax.servlet.http.HttpServletRequest request)
          Returns an IPerson associated with the incoming request
 ISecurityContext ISecurityContext.getSubContext(java.lang.String ctx)
          Returns an ISecurityContext for the named subserviant security context.
private static ContextConfiguration InitialSecurityContextFactory.loadContextConfigurationChain(java.lang.String fullContextName, java.util.Properties securtiyProperties)
          This method parses the Properties file to find the configuration for the specified context.
 

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

Methods in org.jasig.portal.security.provider that throw PortalSecurityException
 void ChainingSecurityContext.addSubContext(java.lang.String name, ISecurityContext ctx)
           
 void SimpleLdapSecurityContext.authenticate()
          Authenticates the user.
 void JAASSecurityContext.authenticate()
           
 void CacheSecurityContext.authenticate()
           
 void SimpleSecurityContext.authenticate()
          Authenticate user.
 void ChainingSecurityContext.authenticate()
          We walk the chain of subcontext assigning principals and opaquecredentials from the parent.
 void BrokenSecurityContext.authenticate()
           
 void RemoteUserSecurityContext.authenticate()
          Verify that remoteUser is not null and set the principal's UID to this value.
 void UnionSecurityContext.authenticate()
           
 void CacheLdapSecurityContext.authenticate()
          Deprecated. Authenticates the user.
 void TrustSecurityContext.authenticate()
           
 IPerson SimplePersonManager.getPerson(javax.servlet.http.HttpServletRequest request)
          Retrieve an IPerson object for the incoming request
 IPerson RemoteUserPersonManager.getPerson(javax.servlet.http.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 CasSecurityContext.authenticate()
           
 void CasFilteredSecurityContext.authenticate()
           
 

Uses of PortalSecurityException in org.jasig.portal.services
 

Methods in org.jasig.portal.services that throw PortalSecurityException
 void Authentication.authenticate(java.util.HashMap principals, java.util.HashMap credentials, IPerson person)
          Attempts to authenticate a given IPerson based on a set of principals and credentials
private  void Authentication.configureSecurityContextChain(java.util.HashMap principals, java.util.HashMap credentials, IPerson person, ISecurityContext securityContext, java.lang.String baseContextName)
          Recureses through the ISecurityContext chain, setting the credentials for each.