Package org.wildfly.security.auth.client
Interface ActiveSessionsSSLContext
public interface ActiveSessionsSSLContext
An interface indicating active sessions of an SSLContext
-
Method Summary
Modifier and TypeMethodDescriptiondefault booleanIndicates if the SSLContext has active sessions.
-
Method Details
-
hasActiveSessions
default boolean hasActiveSessions()Indicates if the SSLContext has active sessions.- Returns:
- true if SSLContext has active sessions. Otherwise, false
-