org.jboss.security.identity.sso
Class AuthResponse

java.lang.Object
  extended by 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

Constructor Summary
AuthResponse(String assertingParty, String assertToken, SSOUser user, boolean success)
           
 
Method Summary
 String getAssertingParty()
           
 String getAssertToken()
           
 SSOUser getUser()
           
 boolean isAuthenticated()
           
 void setAssertingParty(String assertingParty)
           
 void setUser(SSOUser user)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthResponse

public AuthResponse(String assertingParty,
                    String assertToken,
                    SSOUser user,
                    boolean success)
Method Detail

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.