|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.security.saml.AuthResponse
public class AuthResponse
AuthResponse represents data related to an authentication assertion performed by one of the members of the Single Sign On Federation.
Constructor Summary | |
---|---|
AuthResponse(java.lang.String assertingParty,
java.lang.String assertToken,
SSOUser user,
boolean success)
Initializes a response |
Method Summary | |
---|---|
java.lang.String |
getAssertingParty()
Returns the asserting party which is a member/partner web application in the Single Sign On Federation |
java.lang.String |
getAssertToken()
Returns the assertion token |
SSOUser |
getUser()
Return the user being considered for authentication |
boolean |
isAuthenticated()
Returns the status of whether the asserting party successfully authenticated this user or not |
void |
setAssertingParty(java.lang.String assertingParty)
Sets the asserting party which is a member/partner web application in the Single Sign On Federation |
void |
setUser(SSOUser user)
Sets the user being considered for authentication |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AuthResponse(java.lang.String assertingParty, java.lang.String assertToken, SSOUser user, boolean success)
assertingParty
- a member/partner web application of the Single Sign On FederationassertToken
- raw String representation of the token that was issued by the assertingPartyuser
- the user being considered for authenticationsuccess
- status of the assertionMethod Detail |
---|
public java.lang.String getAssertingParty()
public void setAssertingParty(java.lang.String assertingParty)
assertingParty
- public java.lang.String getAssertToken()
public SSOUser getUser()
public void setUser(SSOUser user)
user
- public boolean isAuthenticated()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |