- All Known Subinterfaces:
IuSamlServiceProviderMetadata
public interface IuSessionConfiguration
Provides session configuration metadata for session handler
The interface should be implemented by the application client module
requiring session handler management.
-
Method Summary
Gets time to live active
Duration for store session.
Gets the maximum length of time to allow session to be remain active.
Gets allowed resource URI
-
Method Details
-
getResourceUris
Gets allowed resource URI
- Returns:
- allowed resource URI
-
getInactiveTtl
Gets time to live active
Duration for store session.
- Returns:
Duration
-
getMaxSessionTtl
Gets the maximum length of time to allow session to be remain active.
- Returns:
Duration, will be truncated to second