Serialized Form
-
Package org.gluu.oxauth.model.common
-
Class org.gluu.oxauth.model.common.Id
class Id extends Object implements Serializable-
Serialized Fields
-
id
String id
-
-
-
-
Package org.gluu.oxauth.model.crypto.binding
-
Exception Class org.gluu.oxauth.model.crypto.binding.TokenBindingParseException
class TokenBindingParseException extends Exception implements Serializable
-
-
Package org.gluu.oxauth.model.exception
-
Exception Class org.gluu.oxauth.model.exception.InvalidClaimException
class InvalidClaimException extends Exception implements Serializable -
Exception Class org.gluu.oxauth.model.exception.InvalidJweException
class InvalidJweException extends Exception implements Serializable -
Exception Class org.gluu.oxauth.model.exception.InvalidJwtException
class InvalidJwtException extends Exception implements Serializable -
Exception Class org.gluu.oxauth.model.exception.InvalidParameterException
class InvalidParameterException extends Exception implements Serializable -
Exception Class org.gluu.oxauth.model.exception.SignatureException
class SignatureException extends Exception implements Serializable
-
-
Package org.gluu.oxauth.model.fido.u2f.exception
-
Exception Class org.gluu.oxauth.model.fido.u2f.exception.BadInputException
class BadInputException extends RuntimeException implements Serializable- serialVersionUID:
- -2738024707341148557L
-
Exception Class org.gluu.oxauth.model.fido.u2f.exception.RegistrationNotAllowed
class RegistrationNotAllowed extends RuntimeException implements Serializable- serialVersionUID:
- -2738024707341148557L
-
-
Package org.gluu.oxauth.model.fido.u2f.protocol
-
Class org.gluu.oxauth.model.fido.u2f.protocol.AuthenticateRequest
class AuthenticateRequest extends Object implements Serializable- serialVersionUID:
- 8479635006453668632L
-
Serialized Fields
-
appId
String appId
The application id that the RP would like to assert. The U2F token will enforce that the key handle provided above is associated with this application id. The browser enforces that the calling origin belongs to the application identified by the application id. -
challenge
String challenge
The websafe-base64-encoded challenge. -
keyHandle
String keyHandle
websafe-base64 encoding of the key handle obtained from the U2F token during registration. -
version
String version
Version of the protocol that the to-be-registered U2F token must speak. For the version of the protocol described herein, must be "U2F_V2"
-
-
Class org.gluu.oxauth.model.fido.u2f.protocol.AuthenticateRequestMessage
class AuthenticateRequestMessage extends Object implements Serializable- serialVersionUID:
- 5492097239884163697L
-
Serialized Fields
-
authenticateRequests
List<AuthenticateRequest> authenticateRequests
-
-
Class org.gluu.oxauth.model.fido.u2f.protocol.AuthenticateResponse
class AuthenticateResponse extends Object implements Serializable- serialVersionUID:
- -4854326288654670000L
-
Class org.gluu.oxauth.model.fido.u2f.protocol.AuthenticateStatus
class AuthenticateStatus extends Object implements Serializable- serialVersionUID:
- -8287836230637556749L
-
Class org.gluu.oxauth.model.fido.u2f.protocol.ClientData
class ClientData extends Object implements Serializable- serialVersionUID:
- -1483378146391551962L
-
Class org.gluu.oxauth.model.fido.u2f.protocol.DeviceData
class DeviceData extends Object implements Serializable- serialVersionUID:
- -8173244116167488365L
-
Class org.gluu.oxauth.model.fido.u2f.protocol.DeviceNotificationConf
class DeviceNotificationConf extends Object implements Serializable- serialVersionUID:
- -8173244116167488365L
-
Class org.gluu.oxauth.model.fido.u2f.protocol.RegisterRequest
class RegisterRequest extends Object implements Serializable- serialVersionUID:
- -7804531602792040593L
-
Serialized Fields
-
appId
String appId
The application id that the RP would like to assert. The U2F token will enforce that the key handle provided above is associated with this application id. The browser enforces that the calling origin belongs to the application identified by the application id. -
challenge
String challenge
The websafe-base64-encoded challenge. -
version
String version
Version of the protocol that the to-be-registered U2F token must speak. For the version of the protocol described herein, must be "U2F_V2"
-
-
Class org.gluu.oxauth.model.fido.u2f.protocol.RegisterRequestMessage
class RegisterRequestMessage extends Object implements Serializable- serialVersionUID:
- -5554834606247337007L
-
Serialized Fields
-
authenticateRequests
List<AuthenticateRequest> authenticateRequests
-
registerRequests
List<RegisterRequest> registerRequests
-
-
Class org.gluu.oxauth.model.fido.u2f.protocol.RegisterResponse
class RegisterResponse extends Object implements Serializable- serialVersionUID:
- -4192863815075074953L
-
Class org.gluu.oxauth.model.fido.u2f.protocol.RegisterStatus
class RegisterStatus extends Object implements Serializable- serialVersionUID:
- -1113719742487477953L
-
-
Package org.gluu.oxauth.model.jwe
-
Class org.gluu.oxauth.model.jwe.Jwe
class Jwe extends JsonWebResponse implements Serializable
-
-
Package org.gluu.oxauth.model.jwt
-
Class org.gluu.oxauth.model.jwt.Jwt
class Jwt extends JsonWebResponse implements Serializable
-
-
Package org.gluu.oxauth.model.token
-
Class org.gluu.oxauth.model.token.JsonWebResponse
class JsonWebResponse extends Object implements Serializable- serialVersionUID:
- -4141298937204111173L
-
-
Package org.gluu.oxauth.model.uma
-
Class org.gluu.oxauth.model.uma.UmaNeedInfoResponse
class UmaNeedInfoResponse extends Object implements Serializable -
Class org.gluu.oxauth.model.uma.UmaPermission
class UmaPermission extends Object implements Serializable -
Class org.gluu.oxauth.model.uma.UmaPermissionList
-
Class org.gluu.oxauth.model.uma.UmaTokenResponse
class UmaTokenResponse extends Object implements Serializable
-
-
Package org.gluu.oxauth.model.uma.persistence
-
Class org.gluu.oxauth.model.uma.persistence.UmaPermission
class UmaPermission extends Object implements Serializable-
Serialized Fields
-
attributes
Map<String,
String> attributes -
configurationCode
String configurationCode
-
deletable
boolean deletable
-
dn
String dn
-
expirationDate
Date expirationDate
-
expired
boolean expired
-
resourceId
String resourceId
-
scopeDns
List<String> scopeDns
-
status
String status
-
ticket
String ticket
-
ttl
Integer ttl
-
-
-
Class org.gluu.oxauth.model.uma.persistence.UmaResource
class UmaResource extends Object implements Serializable-
Serialized Fields
-
clients
List<String> clients
-
creationDate
Date creationDate
-
creator
String creator
-
deletable
boolean deletable
-
description
String description
-
dn
String dn
-
expirationDate
Date expirationDate
-
iconUri
String iconUri
-
id
String id
-
inum
String inum
-
name
@NotNull(message="Display name should be not empty") String name
-
resources
List<String> resources
-
rev
long rev
-
scopeExpression
String scopeExpression
-
scopes
List<String> scopes
-
ttl
Integer ttl
-
type
String type
-
-
-
-
Package org.gluu.oxauth.model.uma.wrapper
-
Class org.gluu.oxauth.model.uma.wrapper.Token
class Token extends Object implements Serializable
-