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

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

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()