Class VerifyMatchingDatasetUnmarshaller
- java.lang.Object
-
- uk.gov.ida.saml.core.transformers.MatchingDatasetUnmarshaller
-
- uk.gov.ida.saml.core.transformers.VerifyMatchingDatasetUnmarshaller
-
public class VerifyMatchingDatasetUnmarshaller extends MatchingDatasetUnmarshaller
-
-
Constructor Summary
Constructors Constructor Description VerifyMatchingDatasetUnmarshaller(AddressFactory addressFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.StringgetPersonalIdentifier(org.opensaml.saml.saml2.core.Assertion assertion)protected voidtransformAttribute(org.opensaml.saml.saml2.core.Attribute attribute, MatchingDatasetBuilder datasetBuilder)-
Methods inherited from class uk.gov.ida.saml.core.transformers.MatchingDatasetUnmarshaller
fromAssertion
-
-
-
-
Constructor Detail
-
VerifyMatchingDatasetUnmarshaller
public VerifyMatchingDatasetUnmarshaller(AddressFactory addressFactory)
-
-
Method Detail
-
transformAttribute
protected void transformAttribute(org.opensaml.saml.saml2.core.Attribute attribute, MatchingDatasetBuilder datasetBuilder)- Specified by:
transformAttributein classMatchingDatasetUnmarshaller
-
getPersonalIdentifier
protected java.lang.String getPersonalIdentifier(org.opensaml.saml.saml2.core.Assertion assertion)
- Specified by:
getPersonalIdentifierin classMatchingDatasetUnmarshaller
-
-