Class IdentityProviderAssertionUnmarshaller
- java.lang.Object
-
- uk.gov.ida.saml.core.transformers.IdentityProviderAssertionUnmarshaller
-
public class IdentityProviderAssertionUnmarshaller extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description IdentityProviderAssertionUnmarshaller(VerifyMatchingDatasetUnmarshaller verifyMatchingDatasetUnmarshaller, IdentityProviderAuthnStatementUnmarshaller identityProviderAuthnStatementUnmarshaller, java.lang.String hubEntityId)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description IdentityProviderAssertionfromAssertion(org.opensaml.saml.saml2.core.Assertion assertion)Deprecated.IdentityProviderAssertionfromVerifyAssertion(org.opensaml.saml.saml2.core.Assertion assertion)
-
-
-
Constructor Detail
-
IdentityProviderAssertionUnmarshaller
public IdentityProviderAssertionUnmarshaller(VerifyMatchingDatasetUnmarshaller verifyMatchingDatasetUnmarshaller, IdentityProviderAuthnStatementUnmarshaller identityProviderAuthnStatementUnmarshaller, java.lang.String hubEntityId)
-
-
Method Detail
-
fromVerifyAssertion
public IdentityProviderAssertion fromVerifyAssertion(org.opensaml.saml.saml2.core.Assertion assertion)
-
fromAssertion
@Deprecated public IdentityProviderAssertion fromAssertion(org.opensaml.saml.saml2.core.Assertion assertion)
Deprecated.
-
-