org.jasig.portal.security.provider
Interface NotSoOpaqueCredentials
- All Superinterfaces:
- IOpaqueCredentials, java.io.Serializable
- All Known Implementing Classes:
- CacheLdapSecurityContext.CacheOpaqueCredentials, CacheSecurityContext.CacheOpaqueCredentials
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.7 $
- Author:
- Andrew Newman, newman@yale.edu
Method Summary |
java.lang.String |
getCredentials()
Returns the stored credentials as a String. |
getCredentials
java.lang.String getCredentials()
- Returns the stored credentials as a String.
- Returns:
- the strored credentials.