パッケージ | 説明 |
---|---|
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.
|
修飾子とタイプ | メソッドと説明 |
---|---|
Organization |
RoleDescriptor.getOrganization()
Gets the organization responsible for this role.
|
Organization |
EntityDescriptor.getOrganization()
Gets the organization for this entity.
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
RoleDescriptor.setOrganization(Organization organization)
Sets the organization responsible for this role.
|
void |
EntityDescriptor.setOrganization(Organization organization)
Sets the organization for this entity.
|
修飾子とタイプ | クラスと説明 |
---|---|
class |
OrganizationImpl
Concrete implementation of
Organization |
修飾子とタイプ | メソッドと説明 |
---|---|
Organization |
OrganizationBuilder.buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
|
Organization |
OrganizationBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
Organization |
EntityDescriptorImpl.getOrganization()
Gets the organization for this entity.
|
Organization |
RoleDescriptorImpl.getOrganization()
Gets the organization responsible for this role.
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
EntityDescriptorImpl.setOrganization(Organization newOrganization)
Sets the organization for this entity.
|
void |
RoleDescriptorImpl.setOrganization(Organization organization)
Sets the organization responsible for this role.
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
OrganizationSchemaValidator.validate(Organization organization)
Checks to see if a XMLObject is valid.
|
protected void |
OrganizationSchemaValidator.validateDisplayName(Organization organization)
Checks that at least one Display Name is present.
|
protected void |
OrganizationSchemaValidator.validateName(Organization organization)
Checks that at least one Organization Name is present.
|
protected void |
OrganizationSchemaValidator.validateURL(Organization organization)
Checks that at least one Organization URL is present.
|
Copyright © 2012. All Rights Reserved.