OpenSAML-J 2.4.1-redhat-3

Uses of Interface
org.opensaml.saml2.core.AuthenticatingAuthority

Packages that use AuthenticatingAuthority
org.opensaml.saml2.core Interfaces for SAML 2.0 core specification types and elements. 
org.opensaml.saml2.core.impl Implementations of SAML 2.0 core specification types and elements. 
org.opensaml.saml2.core.validator Validation rules for SAML 2.0 core types and elements. 
 

Uses of AuthenticatingAuthority in org.opensaml.saml2.core
 

Methods in org.opensaml.saml2.core that return types with arguments of type AuthenticatingAuthority
 List<AuthenticatingAuthority> AuthnContext.getAuthenticatingAuthorities()
          Gets the Authenticating Athorities of this Authentication Context.
 

Uses of AuthenticatingAuthority in org.opensaml.saml2.core.impl
 

Classes in org.opensaml.saml2.core.impl that implement AuthenticatingAuthority
 class AuthenticatingAuthorityImpl
          A concrete implemenation of AuthenticatingAuthority.
 

Methods in org.opensaml.saml2.core.impl that return AuthenticatingAuthority
 AuthenticatingAuthority AuthenticatingAuthorityBuilder.buildObject()
          Builds a SAMLObject using the default name and namespace information provided SAML specifications.
 AuthenticatingAuthority AuthenticatingAuthorityBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix)
          
 

Methods in org.opensaml.saml2.core.impl that return types with arguments of type AuthenticatingAuthority
 List<AuthenticatingAuthority> AuthnContextImpl.getAuthenticatingAuthorities()
          Gets the Authenticating Athorities of this Authentication Context.
 

Uses of AuthenticatingAuthority in org.opensaml.saml2.core.validator
 

Methods in org.opensaml.saml2.core.validator with parameters of type AuthenticatingAuthority
 void AuthenticatingAuthoritySchemaValidator.validate(AuthenticatingAuthority authenAuthority)
          
protected  void AuthenticatingAuthoritySchemaValidator.validateURI(AuthenticatingAuthority authenAuthority)
          Checks that the URI is present.
 


OpenSAML-J 2.4.1-redhat-3

Copyright © 2006-2012 Internet2. All Rights Reserved.