Class DisabledMetadataResolverRepository

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Optional<org.opensaml.saml.metadata.resolver.MetadataResolver> getMetadataResolver​(java.lang.String entityId)  
      java.util.Map<java.lang.String,​org.opensaml.saml.metadata.resolver.MetadataResolver> getMetadataResolvers()  
      java.util.List<java.lang.String> getResolverEntityIds()  
      java.util.Optional<org.opensaml.xmlsec.signature.support.impl.ExplicitKeySignatureTrustEngine> getSignatureTrustEngine​(java.lang.String entityId)  
      java.util.List<java.lang.String> getTrustAnchorsEntityIds()  
      void refresh()  
      java.util.List<java.security.cert.X509Certificate> sortCertsByDate​(com.nimbusds.jose.jwk.JWK trustAnchor)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait