Serialized Form
-
Package org.apereo.cas.authentication
-
Exception Class org.apereo.cas.authentication.AuthenticationException
class AuthenticationException extends org.apereo.cas.authentication.RootCasException implements Serializable- serialVersionUID:
- -6032827784134751797L
-
Class org.apereo.cas.authentication.AuthenticationPolicyExecutionResult
class AuthenticationPolicyExecutionResult extends Object implements Serializable- serialVersionUID:
- -6607624825058147653L
-
Serialized Fields
-
success
boolean success
-
-
Exception Class org.apereo.cas.authentication.PreventedException
class PreventedException extends org.apereo.cas.authentication.RootCasException implements Serializable- serialVersionUID:
- 4702274165911620708L
-
Exception Class org.apereo.cas.authentication.PrincipalException
class PrincipalException extends org.apereo.cas.authentication.AuthenticationException implements Serializable- serialVersionUID:
- -6590363469748313596L
-
Exception Class org.apereo.cas.authentication.RootCasException
class RootCasException extends RuntimeException implements Serializable- serialVersionUID:
- -2384466176716541689L
-
-
Package org.apereo.cas.authentication.bypass
-
Package org.apereo.cas.authentication.device
-
Class org.apereo.cas.authentication.device.MultifactorAuthenticationRegisteredDevice
class MultifactorAuthenticationRegisteredDevice extends Object implements Serializable- serialVersionUID:
- 1040948239519297651L
-
Serialized Fields
-
details
Map<String,
Object> details -
expirationDateTime
String expirationDateTime
-
id
String id
Unique identifier for the device registration entry. -
lastUsedDateTime
String lastUsedDateTime
-
model
String model
Platform type and details. (Android, iOS, Samsung, LG, etc) -
name
String name
The device name as chosen/managed by the mfa provider. -
number
String number
Phone number assigned to the device, if any. -
payload
String payload
The actual device record produced by the provider typically captured here as JSON. -
source
String source
-
type
String type
Phone, tablet, etc.
-
-