org.jboss.security.auth.callback
Class SecurityAssociationCallback

java.lang.Object
  extended by org.jboss.security.auth.callback.SecurityAssociationCallback
All Implemented Interfaces:
Callback

public class SecurityAssociationCallback
extends Object
implements Callback

An implementation of Callback useful on the server side for propagating the request Principal and credentials to LoginModules.

Version:
$Revision: 1.2.26.1 $
Author:
Scott.Stark@jboss.org

Constructor Summary
SecurityAssociationCallback()
          Initialize the SecurityAssociationCallback
 
Method Summary
 void clearCredential()
           
 Object getCredential()
           
 Principal getPrincipal()
           
 void setCredential(Object credential)
           
 void setPrincipal(Principal principal)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecurityAssociationCallback

public SecurityAssociationCallback()
Initialize the SecurityAssociationCallback

Method Detail

getPrincipal

public Principal getPrincipal()

setPrincipal

public void setPrincipal(Principal principal)

getCredential

public Object getCredential()

setCredential

public void setCredential(Object credential)

clearCredential

public void clearCredential()


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.