org.jasig.portal.security.provider
Class CacheSecurityContext.CacheOpaqueCredentials

java.lang.Object
  extended by org.jasig.portal.security.provider.ChainingSecurityContext.ChainingOpaqueCredentials
      extended by org.jasig.portal.security.provider.CacheSecurityContext.CacheOpaqueCredentials
All Implemented Interfaces:
java.io.Serializable, IOpaqueCredentials, NotSoOpaqueCredentials
Enclosing class:
CacheSecurityContext

private class CacheSecurityContext.CacheOpaqueCredentials
extends ChainingSecurityContext.ChainingOpaqueCredentials
implements NotSoOpaqueCredentials

This is a new implementation of an OpaqueCredentials class that implements the less-opaque NotSoOpaqueCredentials.


Field Summary
 
Fields inherited from class org.jasig.portal.security.provider.ChainingSecurityContext.ChainingOpaqueCredentials
credentialstring
 
Constructor Summary
private CacheSecurityContext.CacheOpaqueCredentials()
           
 
Method Summary
 java.lang.String getCredentials()
          Returns the stored credentials as a String.
 
Methods inherited from class org.jasig.portal.security.provider.ChainingSecurityContext.ChainingOpaqueCredentials
setCredentials, setCredentials
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jasig.portal.security.IOpaqueCredentials
setCredentials, setCredentials
 

Constructor Detail

CacheSecurityContext.CacheOpaqueCredentials

private CacheSecurityContext.CacheOpaqueCredentials()
Method Detail

getCredentials

public java.lang.String getCredentials()
Description copied from interface: NotSoOpaqueCredentials
Returns the stored credentials as a String.

Specified by:
getCredentials in interface NotSoOpaqueCredentials
Returns:
the strored credentials.