- All Known Subinterfaces:
IuAuthorizationClient.Credentials,IuCertificateAuthority,IuPrivateKeyPrincipal,IuSamlServiceProviderMetadata,IuSessionConfiguration
public interface IuAuthenticationRealm
Provides realm configuration.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumEnumerates authentication realm types. -
Method Summary
Modifier and TypeMethodDescriptiongetType()Gets the authentication realm type.static voidverify(IuAuthenticationRealm realm) Verifies thatgetType()may be used to inform a decision to cast an instance to a specific subclass.
-
Method Details
-
verify
Verifies thatgetType()may be used to inform a decision to cast an instance to a specific subclass.- Parameters:
realm-IuAuthenticationRealm
-
getType
IuAuthenticationRealm.Type getType()Gets the authentication realm type.- Returns:
IuAuthenticationRealm.Type
-