Uses of Interface
net.shibboleth.oidc.saml.xmlobject.DefaultAcrValue
-
Packages that use DefaultAcrValue Package Description net.shibboleth.oidc.saml.xmlobject Concrete definitions of the objects described in saml-metadata-ext-oidcmd.xsd work.net.shibboleth.oidc.saml.xmlobject.impl Concrete implementations of the objects described in saml-metadata-ext-oidcmd.xsd. -
-
Uses of DefaultAcrValue in net.shibboleth.oidc.saml.xmlobject
Methods in net.shibboleth.oidc.saml.xmlobject that return types with arguments of type DefaultAcrValue Modifier and Type Method Description List<DefaultAcrValue>OAuthRPExtensions. getDefaultAcrValues()Get the list of default ACR values. -
Uses of DefaultAcrValue in net.shibboleth.oidc.saml.xmlobject.impl
Classes in net.shibboleth.oidc.saml.xmlobject.impl that implement DefaultAcrValue Modifier and Type Class Description classDefaultAcrValueImplConcrete implementation ofDefaultAcrValue.Fields in net.shibboleth.oidc.saml.xmlobject.impl with type parameters of type DefaultAcrValue Modifier and Type Field Description private XMLObjectChildrenList<DefaultAcrValue>OAuthRPExtensionsImpl. defaultAcrValuesDefault ACR values for this entity.Methods in net.shibboleth.oidc.saml.xmlobject.impl that return DefaultAcrValue Modifier and Type Method Description DefaultAcrValueDefaultAcrValueBuilder. buildObject()DefaultAcrValueDefaultAcrValueBuilder. buildObject(String namespaceURI, String localName, String namespacePrefix)Methods in net.shibboleth.oidc.saml.xmlobject.impl that return types with arguments of type DefaultAcrValue Modifier and Type Method Description List<DefaultAcrValue>OAuthRPExtensionsImpl. getDefaultAcrValues()Get the list of default ACR values.
-