Class MatchingDatasetUnmarshaller
- java.lang.Object
-
- uk.gov.ida.saml.core.transformers.MatchingDatasetUnmarshaller
-
- Direct Known Subclasses:
VerifyMatchingDatasetUnmarshaller
public abstract class MatchingDatasetUnmarshaller extends java.lang.ObjectThis class has been abstracted into a hierarchy. If you were using it as a concrete class for uk idp matching sets It is suggested that you useVerifyMatchingDatasetUnmarshallerinstead.
-
-
Constructor Summary
Constructors Constructor Description MatchingDatasetUnmarshaller()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description MatchingDatasetfromAssertion(org.opensaml.saml.saml2.core.Assertion assertion)protected abstract java.lang.StringgetPersonalIdentifier(org.opensaml.saml.saml2.core.Assertion assertion)protected abstract voidtransformAttribute(org.opensaml.saml.saml2.core.Attribute attribute, MatchingDatasetBuilder datasetBuilder)
-
-
-
Method Detail
-
fromAssertion
public MatchingDataset fromAssertion(org.opensaml.saml.saml2.core.Assertion assertion)
-
transformAttribute
protected abstract void transformAttribute(org.opensaml.saml.saml2.core.Attribute attribute, MatchingDatasetBuilder datasetBuilder)
-
getPersonalIdentifier
protected abstract java.lang.String getPersonalIdentifier(org.opensaml.saml.saml2.core.Assertion assertion)
-
-