Package org.opendaylight.aaa.api
Interface Authentication
- All Superinterfaces:
Claim
An immutable authentication context.
- Author:
- liemmn
-
Method Summary
Modifier and TypeMethodDescriptionlong
Get the authentication expiration date/time in number of milliseconds since start of epoch.
-
Method Details
-
expiration
long expiration()Get the authentication expiration date/time in number of milliseconds since start of epoch.- Returns:
- expiration milliseconds since start of UTC epoch
-