org.apache.jackrabbit.core.security
Class CredentialsCallback

java.lang.Object
  extended byorg.apache.jackrabbit.core.security.CredentialsCallback
All Implemented Interfaces:
Callback, Serializable

public class CredentialsCallback
extends Object
implements Callback, Serializable

A CredentialsCallback ...

See Also:
Serialized Form

Constructor Summary
CredentialsCallback()
          Constructor
 
Method Summary
 Credentials getCredentials()
          Get the retrieved credentials.
 void setCredentials(Credentials credentials)
          Set the retrieved credentials.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CredentialsCallback

public CredentialsCallback()
Constructor

Method Detail

getCredentials

public Credentials getCredentials()
Get the retrieved credentials.

Returns:
the retrieved credentials (which may be null)

setCredentials

public void setCredentials(Credentials credentials)
Set the retrieved credentials.

Parameters:
credentials - the retrieved credentials (which may be null)


Copyright © 2004-2006 The Apache Software Foundation. All Rights Reserved.