Uses of Interface
org.opensaml.saml.ext.saml2mdrpi.RegistrationInfo
-
Packages that use RegistrationInfo Package Description org.opensaml.saml.common.profile.logic Functions and predicates supporting common SAML profile behavior. -
-
Uses of RegistrationInfo in org.opensaml.saml.common.profile.logic
Methods in org.opensaml.saml.common.profile.logic that return RegistrationInfo Modifier and Type Method Description protected RegistrationInfoAbstractRegistrationInfoPredicate. getRegistrationInfo(EntityDescriptor entity)Get theRegistrationInfoextension associated with an entity, if any.Methods in org.opensaml.saml.common.profile.logic with parameters of type RegistrationInfo Modifier and Type Method Description protected abstract booleanAbstractRegistrationInfoPredicate. doApply(RegistrationInfo info)Override this method to implement the predicate.protected booleanRegistrationAuthorityPredicate. doApply(RegistrationInfo info)Override this method to implement the predicate.protected booleanRegistrationPolicyPredicate. doApply(RegistrationInfo info)Override this method to implement the predicate.
-