public class SPInfoHolder extends Object
Holds the information about a Service Provider
This holder is useful in generating saml messages
Constructor and Description |
---|
SPInfoHolder() |
Modifier and Type | Method and Description |
---|---|
AuthnRequestType |
getAuthnRequestType() |
String |
getIssuer() |
String |
getRequestID() |
String |
getResponseDestinationURI() |
void |
setAuthnRequestType(AuthnRequestType authnRequestType) |
void |
setIssuer(String issuer) |
void |
setRequestID(String requestID) |
void |
setResponseDestinationURI(String responseDestinationURI) |
public String getRequestID()
public void setRequestID(String requestID)
public String getResponseDestinationURI()
public void setResponseDestinationURI(String responseDestinationURI)
public String getIssuer()
public void setIssuer(String issuer)
public void setAuthnRequestType(AuthnRequestType authnRequestType)
public AuthnRequestType getAuthnRequestType()
Copyright © 2017 JBoss by Red Hat. All rights reserved.