Uses of Interface
org.jasig.portal.security.IPrincipal

Packages that use IPrincipal
org.jasig.portal.portlets.swapper   
org.jasig.portal.security   
org.jasig.portal.security.provider   
 

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

Classes in org.jasig.portal.portlets.swapper that implement IPrincipal
 class IdentitySwapperPrincipal
          Implements an immutable IPrincipal for use with the identity swapper
 

Methods in org.jasig.portal.portlets.swapper that return IPrincipal
 IPrincipal IdentitySwapperSecurityContext.getPrincipal()
           
 IPrincipal IdentitySwapperSecurityContext.getPrincipalInstance()
           
 

Constructors in org.jasig.portal.portlets.swapper with parameters of type IPrincipal
IdentitySwapperSecurityContext(IPrincipal principal)
           
 

Uses of IPrincipal in org.jasig.portal.security
 

Methods in org.jasig.portal.security that return IPrincipal
 IPrincipal ISecurityContext.getPrincipal()
          Returns the currently authenticated principal if we are currently authenticated.
 IPrincipal ISecurityContext.getPrincipalInstance()
          Returns an empty object reference to an object implementing the Principal interface.
 

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

Classes in org.jasig.portal.security.provider that implement IPrincipal
protected  class ChainingSecurityContext.ChainingPrincipal
           
 

Methods in org.jasig.portal.security.provider that return IPrincipal
 IPrincipal ChainingSecurityContext.getPrincipal()
           
 IPrincipal ChainingSecurityContext.getPrincipalInstance()
           
 

Constructors in org.jasig.portal.security.provider with parameters of type IPrincipal
ChainingSecurityContext.ChainingPrincipal(IPrincipal p)
          Creates a new ChainingPrincipal from the specified IPrincipal.
 



Copyright © 2010 Jasig. All Rights Reserved.