Package swiss.trustbroker.saml.dto
Class ResponseData<T extends org.opensaml.saml.saml2.core.StatusResponseType>
java.lang.Object
swiss.trustbroker.saml.dto.ResponseData<T>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classResponseData.ResponseDataBuilder<T extends org.opensaml.saml.saml2.core.StatusResponseType> -
Method Summary
Modifier and TypeMethodDescriptionstatic <T extends org.opensaml.saml.saml2.core.StatusResponseType>
ResponseData.ResponseDataBuilder<T> builder()protected booleanbooleanswiss.trustbroker.common.saml.dto.SamlBindingswiss.trustbroker.common.saml.dto.SignatureContextinthashCode()static <T extends org.opensaml.saml.saml2.core.StatusResponseType>
ResponseData<T> of(T response, String relayState, swiss.trustbroker.common.saml.dto.SignatureContext signatureContext) toString()
-
Method Details
-
getBinding
public swiss.trustbroker.common.saml.dto.SamlBinding getBinding() -
builder
public static <T extends org.opensaml.saml.saml2.core.StatusResponseType> ResponseData.ResponseDataBuilder<T> builder() -
getResponse
-
getRelayState
-
getSignatureContext
public swiss.trustbroker.common.saml.dto.SignatureContext getSignatureContext() -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-
of
public static <T extends org.opensaml.saml.saml2.core.StatusResponseType> ResponseData<T> of(T response, String relayState, swiss.trustbroker.common.saml.dto.SignatureContext signatureContext)
-