|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Organization | |
---|---|
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. |
Uses of Organization in org.opensaml.saml2.metadata |
---|
Methods in org.opensaml.saml2.metadata that return Organization | |
---|---|
Organization |
EntityDescriptor.getOrganization()
Gets the organization for this entity. |
Organization |
RoleDescriptor.getOrganization()
Gets the organization responsible for this role. |
Methods in org.opensaml.saml2.metadata with parameters of type Organization | |
---|---|
void |
EntityDescriptor.setOrganization(Organization organization)
Sets the organization for this entity. |
void |
RoleDescriptor.setOrganization(Organization organization)
Sets the organization responsible for this role. |
Uses of Organization in org.opensaml.saml2.metadata.impl |
---|
Classes in org.opensaml.saml2.metadata.impl that implement Organization | |
---|---|
class |
OrganizationImpl
Concrete implementation of Organization |
Methods in org.opensaml.saml2.metadata.impl that return Organization | |
---|---|
Organization |
OrganizationBuilder.buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications. |
Organization |
OrganizationBuilder.buildObject(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String namespacePrefix)
|
Organization |
EntityDescriptorImpl.getOrganization()
Gets the organization for this entity. |
Organization |
RoleDescriptorImpl.getOrganization()
Gets the organization responsible for this role. |
Methods in org.opensaml.saml2.metadata.impl with parameters of type Organization | |
---|---|
void |
EntityDescriptorImpl.setOrganization(Organization newOrganization)
Sets the organization for this entity. |
void |
RoleDescriptorImpl.setOrganization(Organization organization)
Sets the organization responsible for this role. |
Uses of Organization in org.opensaml.saml2.metadata.validator |
---|
Methods in org.opensaml.saml2.metadata.validator with parameters of type Organization | |
---|---|
void |
OrganizationSchemaValidator.validate(Organization organization)
|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |