|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AuthorityBinding | |
---|---|
org.opensaml.saml1.core | Interfaces for SAML 1.0 and 1.1 types and elements. |
org.opensaml.saml1.core.impl | Implementations of SAML 1.0 and 1.1 types and elements interfaces. |
org.opensaml.saml1.core.validator | Validation rules for SAML 1.0 and 1.1 types and elements. |
Uses of AuthorityBinding in org.opensaml.saml1.core |
---|
Methods in org.opensaml.saml1.core that return types with arguments of type AuthorityBinding | |
---|---|
List<AuthorityBinding> |
AuthenticationStatement.getAuthorityBindings()
return all the AuthorityBinding subelement |
Uses of AuthorityBinding in org.opensaml.saml1.core.impl |
---|
Classes in org.opensaml.saml1.core.impl that implement AuthorityBinding | |
---|---|
class |
AuthorityBindingImpl
A concrete impementation of the SubjectLocality interface |
Methods in org.opensaml.saml1.core.impl that return AuthorityBinding | |
---|---|
AuthorityBinding |
AuthorityBindingBuilder.buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications. |
AuthorityBinding |
AuthorityBindingBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
|
Methods in org.opensaml.saml1.core.impl that return types with arguments of type AuthorityBinding | |
---|---|
List<AuthorityBinding> |
AuthenticationStatementImpl.getAuthorityBindings()
return all the AuthorityBinding subelement |
Uses of AuthorityBinding in org.opensaml.saml1.core.validator |
---|
Methods in org.opensaml.saml1.core.validator with parameters of type AuthorityBinding | |
---|---|
void |
AuthorityBindingSchemaValidator.validate(AuthorityBinding authorityBinding)
|
protected void |
AuthorityBindingSchemaValidator.validateAuthorityKind(AuthorityBinding authorityBinding)
Check that the AuthorityKind is valid |
protected void |
AuthorityBindingSchemaValidator.validateBinding(AuthorityBinding authorityBinding)
Check the binding Attribute for validity |
protected void |
AuthorityBindingSchemaValidator.validateLocation(AuthorityBinding authorityBinding)
Check the location Attribute for validity |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |