| java.lang.Object org.apache.cocoon.components.repository.helpers.CredentialsToken
CredentialsToken | public class CredentialsToken (Code) | | A CredentialsToken class to be used with a repository implementation.
|
CredentialsToken | public CredentialsToken(Principal principal, String credentials)(Code) | | creates a CredentialsToken
Parameters: principal - the principal belonging to the credentials token. Parameters: credentials - the credentials of the credentials token. |
getCredentials | public String getCredentials()(Code) | | get the credentials belonging to the credentials token
String |
getPrincipal | public Principal getPrincipal()(Code) | | get the principal belonging to the credentials token
the principal. |
|
|