Uses of Interface
org.opensaml.saml.ext.saml2mdrpi.RegistrationInfo
Packages that use RegistrationInfo
Package
Description
Functions and predicates supporting common SAML profile behavior.
Concrete implementations of the interfaces for the
SAML V2.0 Metadata Extensions for Registration and Publication Information Version 1.0.
-
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. -
Uses of RegistrationInfo in org.opensaml.saml.ext.saml2mdrpi.impl
Classes in org.opensaml.saml.ext.saml2mdrpi.impl that implement RegistrationInfoMethods in org.opensaml.saml.ext.saml2mdrpi.impl that return RegistrationInfoModifier and TypeMethodDescriptionRegistrationInfoBuilder.buildObject()Builds a SAMLObject using the default name and namespace information provided SAML specifications.RegistrationInfoBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.