org.jboss.security.identity.sso
Class AuthResponse
java.lang.Object
org.jboss.security.identity.sso.AuthResponse
- All Implemented Interfaces:
- Serializable
public class AuthResponse
- extends Object
- implements Serializable
Represents a SAML Auth Response
- Since:
- Apr 10, 2006
- Version:
- $Revision: 81038 $
- Author:
- Sohil Shah, Anil Saldhana
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AuthResponse
public AuthResponse(String assertingParty,
String assertToken,
SSOUser user,
boolean success)
getAssertingParty
public String getAssertingParty()
setAssertingParty
public void setAssertingParty(String assertingParty)
getAssertToken
public String getAssertToken()
getUser
public SSOUser getUser()
setUser
public void setUser(SSOUser user)
isAuthenticated
public boolean isAuthenticated()
Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.