org.jasig.portal.security.provider
Interface NotSoOpaqueCredentials

All Superinterfaces:
IOpaqueCredentials, 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: 19776 $
Author:
Andrew Newman, newman@yale.edu

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

Method Detail

getCredentials

String getCredentials()
Returns the stored credentials as a String.

Returns:
the strored credentials.


Copyright © 2010 Jasig. All Rights Reserved.