Uses of Interface
iu.auth.config.IuAuthConfig
Packages that use IuAuthConfig
-
Uses of IuAuthConfig in iu.auth.config
Subinterfaces of IuAuthConfig in iu.auth.configModifier and TypeInterfaceDescriptioninterfaceAuthentication realm registration marker interface for binding a SAML service provider.interfaceRepresents a configured private key principal trusted as a token issuer.Methods in iu.auth.config with type parameters of type IuAuthConfigModifier and TypeMethodDescriptionstatic <T extends IuAuthConfig>
Iterable<T> Finds configuration registered by interface.static <T extends IuAuthConfig>
TGets the configuration registered for a realm.Methods in iu.auth.config with parameters of type IuAuthConfigModifier and TypeMethodDescriptionstatic voidAuthConfig.register(IuAuthConfig config) Registers a configuration descriptor for an authentication realm. -
Uses of IuAuthConfig in iu.auth.pki
Classes in iu.auth.pki that implement IuAuthConfigModifier and TypeClassDescriptionfinal classVerifiesPkiPrincipalidentities.final classVerifiesPkiPrincipalend-entity identities. -
Uses of IuAuthConfig in iu.auth.principal
Subinterfaces of IuAuthConfig in iu.auth.principalModifier and TypeInterfaceDescriptioninterfacePrincipalVerifier<I extends IuPrincipalIdentity>Verifies a principal as valid for a realm.