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

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

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
private  class CacheLdapSecurityContext.CacheOpaqueCredentials
          Deprecated. This is a new implementation of an OpaqueCredentials class that implements the less-opaque NotSoOpaqueCredentials.
private  class CacheSecurityContext.CacheOpaqueCredentials
          This is a new implementation of an OpaqueCredentials class that implements the less-opaque NotSoOpaqueCredentials.
protected  class ChainingSecurityContext.ChainingOpaqueCredentials
           
 

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