Class AuthenticationStatusUnmarshallerBase<T extends java.lang.Enum,U extends uk.gov.ida.saml.core.domain.IdaStatus>
- java.lang.Object
-
- uk.gov.ida.saml.hub.transformers.inbound.AuthenticationStatusUnmarshallerBase<T,U>
-
- Direct Known Subclasses:
IdpIdaStatusUnmarshaller
public abstract class AuthenticationStatusUnmarshallerBase<T extends java.lang.Enum,U extends uk.gov.ida.saml.core.domain.IdaStatus> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AuthenticationStatusUnmarshallerBase(SamlStatusToAuthenticationStatusCodeMapper<T> statusMapper, AuthenticationStatusFactory<T,U> authenticationStatusFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UfromSaml(org.opensaml.saml.saml2.core.Status samlStatus)
-
-
-
Constructor Detail
-
AuthenticationStatusUnmarshallerBase
public AuthenticationStatusUnmarshallerBase(SamlStatusToAuthenticationStatusCodeMapper<T> statusMapper, AuthenticationStatusFactory<T,U> authenticationStatusFactory)
-
-
Method Detail
-
fromSaml
public U fromSaml(org.opensaml.saml.saml2.core.Status samlStatus)
-
-