Uses of Interface
org.opensaml.saml.ext.saml2mdrpi.RegistrationPolicy
-
Packages that use RegistrationPolicy Package Description org.opensaml.saml.ext.saml2mdrpi The package to define the SAML V2.0 Metadata Extensions for Registration and Publication Information Version 1.0.org.opensaml.saml.ext.saml2mdrpi.impl Concrete implementations of the interfaces for the SAML V2.0 Metadata Extensions for Registration and Publication Information Version 1.0. -
-
Uses of RegistrationPolicy in org.opensaml.saml.ext.saml2mdrpi
Methods in org.opensaml.saml.ext.saml2mdrpi that return types with arguments of type RegistrationPolicy Modifier and Type Method Description List<RegistrationPolicy>RegistrationInfo. getRegistrationPolicies()Get theRegistrationPolicys. -
Uses of RegistrationPolicy in org.opensaml.saml.ext.saml2mdrpi.impl
Classes in org.opensaml.saml.ext.saml2mdrpi.impl that implement RegistrationPolicy Modifier and Type Class Description classRegistrationPolicyImplConcrete implementation ofRegistrationPolicy.Fields in org.opensaml.saml.ext.saml2mdrpi.impl with type parameters of type RegistrationPolicy Modifier and Type Field Description private XMLObjectChildrenList<RegistrationPolicy>RegistrationInfoImpl. registrationPoliciesThe policies.Methods in org.opensaml.saml.ext.saml2mdrpi.impl that return RegistrationPolicy Modifier and Type Method Description RegistrationPolicyRegistrationPolicyBuilder. buildObject()Builds a SAMLObject using the default name and namespace information provided SAML specifications.RegistrationPolicyRegistrationPolicyBuilder. buildObject(String namespaceURI, String localName, String namespacePrefix)Creates an XMLObject with a given fully qualified name.Methods in org.opensaml.saml.ext.saml2mdrpi.impl that return types with arguments of type RegistrationPolicy Modifier and Type Method Description List<RegistrationPolicy>RegistrationInfoImpl. getRegistrationPolicies()Get theRegistrationPolicys.
-