uPortal 2.4.1
API Documentation

org.jasig.portal.security.provider
Interface NotSoOpaqueCredentials

All Superinterfaces:
IOpaqueCredentials, java.io.Serializable

public interface NotSoOpaqueCredentials
extends IOpaqueCredentials

This is a provider-specific extention to the standard opaque credentials that is designed to work with the caching security context. This interface adds a method that removes a bit of the opacity of the original by providing means of retreiving a stored credential. See the warnings and caveats associated with the CacheSecurityContext provider.

Version:
$Revision: 1.5 $
Author:
Andrew Newman, newman@yale.edu

Method Summary
 java.lang.String getCredentials()
          Returns the stored credentials as a string.
 
Methods inherited from interface org.jasig.portal.security.IOpaqueCredentials
setCredentials, setCredentials
 

Method Detail

getCredentials

public java.lang.String getCredentials()
Returns the stored credentials as a string.


uPortal 2.4.1
API Documentation