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

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

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

Methods in org.jasig.portal.portlets.swapper that return IOpaqueCredentials
 IOpaqueCredentials IdentitySwapperSecurityContext.getOpaqueCredentials()
           
 IOpaqueCredentials IdentitySwapperSecurityContext.getOpaqueCredentialsInstance()
           
 

Uses of IOpaqueCredentials in org.jasig.portal.security
 

Methods in org.jasig.portal.security that return IOpaqueCredentials
 IOpaqueCredentials ISecurityContext.getOpaqueCredentials()
          Returns any credentials that an authenticated principal currently has.
 IOpaqueCredentials ISecurityContext.getOpaqueCredentialsInstance()
          Returns an empty object reference to an object implementing the IOpaqueCredentials interface.
 

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

Subinterfaces of IOpaqueCredentials in org.jasig.portal.security.provider
 interface NotSoOpaqueCredentials
          This is a provider-specific extention to the standard opaque credentials that is designed to work with the caching security context.
 

Classes in org.jasig.portal.security.provider that implement IOpaqueCredentials
protected  class ChainingSecurityContext.ChainingOpaqueCredentials
           
 

Methods in org.jasig.portal.security.provider that return IOpaqueCredentials
 IOpaqueCredentials CacheLdapSecurityContext.getOpaqueCredentials()
          Deprecated. We need to override this method in order to return a class that implements the NotSoOpaqueCredentals interface.
 IOpaqueCredentials ChainingSecurityContext.getOpaqueCredentials()
           
 IOpaqueCredentials ChainingSecurityContext.getOpaqueCredentialsInstance()
           
 



Copyright © 2010 Jasig. All Rights Reserved.