org.jboss.security.auth.callback
Class SecurityAssociationCallback
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SecurityAssociationCallback
public SecurityAssociationCallback()
- Initialize the SecurityAssociationCallback
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.