Uses of Interface
org.opensaml.saml.saml2.common.CacheableSAMLObject
-
Packages that use CacheableSAMLObject Package Description org.opensaml.saml.ext.saml2mdquery Interfaces for SAML 2 Metadata Profile for Standalone Query Requesters.org.opensaml.saml.saml2.common Interfaces for elements and attributes used in multiple SAML 2.0 specification.org.opensaml.saml.saml2.metadata Concrete definitions of the objects described in saml-metadata-2.0-os work. -
-
Uses of CacheableSAMLObject in org.opensaml.saml.ext.saml2mdquery
Subinterfaces of CacheableSAMLObject in org.opensaml.saml.ext.saml2mdquery Modifier and Type Interface Description interfaceAttributeQueryDescriptorTypeSAML 2.0 Metadata extension AttributeQueryDescriptorType.interfaceAuthnQueryDescriptorTypeSAML 2.0 Metadata extension AuthnQueryDescriptorType.interfaceAuthzDecisionQueryDescriptorTypeSAML 2.0 Metadata extension AuthzDecisionQueryDescriptorType.interfaceQueryDescriptorTypeSAML 2.0 Metadata extension QueryDescriptorType. -
Uses of CacheableSAMLObject in org.opensaml.saml.saml2.common
Methods in org.opensaml.saml.saml2.common with parameters of type CacheableSAMLObject Modifier and Type Method Description static InstantSAML2Support. getEarliestExpirationFromCacheable(CacheableSAMLObject cacheableObject, Instant candidateTime, Instant now)Gets the earliest effective expiration instant of the specified cacheable SAML object and the specified candidate time. -
Uses of CacheableSAMLObject in org.opensaml.saml.saml2.metadata
Subinterfaces of CacheableSAMLObject in org.opensaml.saml.saml2.metadata Modifier and Type Interface Description interfaceAffiliationDescriptorSAML 2.0 Metadata AffiliationDescriptorType.interfaceAttributeAuthorityDescriptorSAML 2.0 Metadata AttributeAuthorityDescriptor.interfaceAuthnAuthorityDescriptorSAML 2.0 Metadata AuthnAuthorityDescriptor.interfaceEntitiesDescriptorSAML 2.0 Metadata EntitiesDescriptor.interfaceEntityDescriptorSAML 2.0 Metadata EntityDescriptor.interfaceIDPSSODescriptorSAML 2.0 Metadata IDPSSODescriptorType.interfacePDPDescriptorSAML 2.0 Metadata PDPDescriptor.interfaceRoleDescriptorSAML 2.0 Metadata RoleDescriptor.interfaceSPSSODescriptorSAML 2.0 Metadata SPSSODescriptorType.interfaceSSODescriptorSAML 2.0 Metadata SSODescriptor.
-