Uses of Interface
org.apache.syncope.core.provisioning.api.RequestedAuthnContextProvider
-
Packages that use RequestedAuthnContextProvider Package Description org.apache.syncope.core.logic org.apache.syncope.core.provisioning.java -
-
Uses of RequestedAuthnContextProvider in org.apache.syncope.core.logic
Fields in org.apache.syncope.core.logic with type parameters of type RequestedAuthnContextProvider Modifier and Type Field Description protected Map<String,RequestedAuthnContextProvider>
SAML2SP4UILogic. perContextRACP
Methods in org.apache.syncope.core.logic that return types with arguments of type RequestedAuthnContextProvider Modifier and Type Method Description protected Optional<RequestedAuthnContextProvider>
SAML2SP4UILogic. getRequestedAuthnContextProvider(SAML2SP4UIIdP idp)
-
Uses of RequestedAuthnContextProvider in org.apache.syncope.core.provisioning.java
Classes in org.apache.syncope.core.provisioning.java that implement RequestedAuthnContextProvider Modifier and Type Class Description class
NullRequestedAuthnContextProvider
-