org.jboss.security
Class SubjectInfo

java.lang.Object
  extended by org.jboss.security.SubjectInfo
All Implemented Interfaces:
Serializable

public class SubjectInfo
extends Object
implements Serializable

Holds information - principal, credential and subject

Since:
Dec 26, 2006
Version:
$Revision$
Author:
Anil Saldhana
See Also:
Serialized Form

Method Summary
 Subject getAuthenticatedSubject()
           
 Object getAuthenticationCredential()
           
 Principal getAuthenticationPrincipal()
           
 void setAuthenticatedSubject(Subject authenticatedSubject)
           
 void setAuthenticationCredential(Object authenticationCredential)
           
 void setAuthenticationPrincipal(Principal authenticationPrincipal)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getAuthenticationPrincipal

public Principal getAuthenticationPrincipal()

setAuthenticationPrincipal

public void setAuthenticationPrincipal(Principal authenticationPrincipal)

getAuthenticationCredential

public Object getAuthenticationCredential()

setAuthenticationCredential

public void setAuthenticationCredential(Object authenticationCredential)

getAuthenticatedSubject

public Subject getAuthenticatedSubject()

setAuthenticatedSubject

public void setAuthenticatedSubject(Subject authenticatedSubject)


Copyright © 2007 JBoss Inc.. All Rights Reserved.