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 TypeInterfaceDescriptioninterface
Authentication realm registration marker interface for binding a SAML service provider.interface
Represents 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 void
AuthConfig.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 class
VerifiesPkiPrincipal
identities.final class
VerifiesPkiPrincipal
end-entity identities. -
Uses of IuAuthConfig in iu.auth.principal
Subinterfaces of IuAuthConfig in iu.auth.principalModifier and TypeInterfaceDescriptioninterface
PrincipalVerifier<I extends IuPrincipalIdentity>
Verifies a principal as valid for a realm.