Uses of Interface
org.opensaml.saml.ext.saml2mdrpi.RegistrationInfo
Packages that use RegistrationInfo
Package
Description
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 RegistrationInfoModifier and TypeMethodDescriptionprotected RegistrationInfoAbstractRegistrationInfoPredicate.getRegistrationInfo(EntityDescriptor entity) Get theRegistrationInfoextension associated with an entity, if any.Methods in org.opensaml.saml.common.profile.logic with parameters of type RegistrationInfoModifier and TypeMethodDescriptionprotected 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.