Class IdentityEntityIDGenerator
- java.lang.Object
-
- org.opensaml.saml.metadata.resolver.impl.IdentityEntityIDGenerator
-
- All Implemented Interfaces:
Function<net.shibboleth.utilities.java.support.resolver.CriteriaSet,String>
public class IdentityEntityIDGenerator extends Object implements Function<net.shibboleth.utilities.java.support.resolver.CriteriaSet,String>
Function which just reflects back the entityID from the passedEntityIdCriterion.
-
-
Constructor Summary
Constructors Constructor Description IdentityEntityIDGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringapply(net.shibboleth.utilities.java.support.resolver.CriteriaSet input)
-