Uses of Interface
edu.iu.auth.config.IuAuthenticationRealm
Packages that use IuAuthenticationRealm
-
Uses of IuAuthenticationRealm in edu.iu.auth.config
Subinterfaces of IuAuthenticationRealm in edu.iu.auth.configModifier and TypeInterfaceDescriptionstatic interface
Defines credentials issued to this client.interface
Configures a certifying authority for anX.509 certificate chain
.interface
Configures the private key holder of anX.509 certificate chain
.interface
Provides client configuration metadata for interacting with an SAML authorization server.interface
Provides session configuration metadata for session handlerMethods in edu.iu.auth.config with parameters of type IuAuthenticationRealmModifier and TypeMethodDescription(package private) void
IuAuthenticationRealm.Type.check
(IuAuthenticationRealm realm) Verifies the type of realm matches this type.static void
IuAuthenticationRealm.verify
(IuAuthenticationRealm realm) Verifies thatgetType()
may be used to inform a decision to cast an instance to a specific subclass.