org.jboss.security
Class SubjectInfo
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.