Package org.apereo.cas.ticket.device
Interface DeviceUserCode
-
- All Superinterfaces:
java.lang.Comparable<org.apereo.cas.ticket.Ticket>,java.io.Serializable,org.apereo.cas.ticket.Ticket
public interface DeviceUserCode extends org.apereo.cas.ticket.TicketThis isDeviceUserCode.- Since:
- 6.0.0
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringPREFIXPrefix generally applied to unique ids.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidapproveUserCode()Approve user code.java.lang.StringgetDeviceCode()Gets device code.booleanisUserCodeApproved()Indicate whether the provided user code is approved by the end-user.
-
-
-
Field Detail
-
PREFIX
static final java.lang.String PREFIX
Prefix generally applied to unique ids.- See Also:
- Constant Field Values
-
-