|
OpenSAML-J 2.4.1-redhat-3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NameIDFormat | |
---|---|
org.opensaml.saml2.metadata | Interfaces for SAML 2.0 metadata specification types and elements. |
org.opensaml.saml2.metadata.impl | Implementations of the SAML 2.0 metadata specification types and elements. |
org.opensaml.saml2.metadata.validator | Validation rules for SAML 2.0 metadata types and elements. |
org.opensaml.samlext.saml2mdquery | Interfaces for SAML 2 metadata standalone query endpoints profile. |
org.opensaml.samlext.saml2mdquery.impl | Implemention for SAML 2 metadata standalone query endpoints profile objects. |
Uses of NameIDFormat in org.opensaml.saml2.metadata |
---|
Methods in org.opensaml.saml2.metadata that return types with arguments of type NameIDFormat | |
---|---|
List<NameIDFormat> |
SSODescriptor.getNameIDFormats()
Gets the list of NameID formats this service supports. |
List<NameIDFormat> |
AttributeAuthorityDescriptor.getNameIDFormats()
Gets a list of NameID formats supported by this authority. |
List<NameIDFormat> |
AuthnAuthorityDescriptor.getNameIDFormats()
Gets the list of supported name ID formats for this authority. |
List<NameIDFormat> |
PDPDescriptor.getNameIDFormats()
Gets the list of NameID formats this service supports. |
Uses of NameIDFormat in org.opensaml.saml2.metadata.impl |
---|
Classes in org.opensaml.saml2.metadata.impl that implement NameIDFormat | |
---|---|
class |
NameIDFormatImpl
Concrete implementation of NameIDFormat . |
Methods in org.opensaml.saml2.metadata.impl that return NameIDFormat | |
---|---|
NameIDFormat |
NameIDFormatBuilder.buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications. |
NameIDFormat |
NameIDFormatBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
|
Methods in org.opensaml.saml2.metadata.impl that return types with arguments of type NameIDFormat | |
---|---|
List<NameIDFormat> |
PDPDescriptorImpl.getNameIDFormats()
Gets the list of NameID formats this service supports. |
List<NameIDFormat> |
SSODescriptorImpl.getNameIDFormats()
Gets the list of NameID formats this service supports. |
List<NameIDFormat> |
AuthnAuthorityDescriptorImpl.getNameIDFormats()
Gets the list of supported name ID formats for this authority. |
List<NameIDFormat> |
AttributeAuthorityDescriptorImpl.getNameIDFormats()
Gets a list of NameID formats supported by this authority. |
Uses of NameIDFormat in org.opensaml.saml2.metadata.validator |
---|
Methods in org.opensaml.saml2.metadata.validator with parameters of type NameIDFormat | |
---|---|
void |
NameIDFormatSchemaValidator.validate(NameIDFormat nameIDFormat)
|
protected void |
NameIDFormatSchemaValidator.validateFormat(NameIDFormat nameIDFormat)
Checks that Format is present. |
Uses of NameIDFormat in org.opensaml.samlext.saml2mdquery |
---|
Methods in org.opensaml.samlext.saml2mdquery that return types with arguments of type NameIDFormat | |
---|---|
List<NameIDFormat> |
QueryDescriptorType.getNameIDFormat()
Gets the list of name ID formats supported by this query service. |
Uses of NameIDFormat in org.opensaml.samlext.saml2mdquery.impl |
---|
Methods in org.opensaml.samlext.saml2mdquery.impl that return types with arguments of type NameIDFormat | |
---|---|
List<NameIDFormat> |
QueryDescriptorTypeImpl.getNameIDFormat()
Gets the list of name ID formats supported by this query service. |
|
OpenSAML-J 2.4.1-redhat-3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |