Serialized Form
-
Package io.jans.as.model.common
-
Class io.jans.as.model.common.Id
class Id extends Object implements Serializable-
Serialized Fields
-
idValue
String idValue
-
-
-
-
Package io.jans.as.model.config.adminui
-
Class io.jans.as.model.config.adminui.KeyValuePair
class KeyValuePair extends Object implements Serializable
-
-
Package io.jans.as.model.configuration
-
Class io.jans.as.model.configuration.LockMessageConfig
class LockMessageConfig extends Object implements Serializable- serialVersionUID:
- 8732855593629219229L
-
Class io.jans.as.model.configuration.TrustedIssuerConfig
class TrustedIssuerConfig extends Object implements Serializable
-
-
Package io.jans.as.model.crypto
-
Exception io.jans.as.model.crypto.UnknownAlgorithmException
class UnknownAlgorithmException extends RuntimeException implements Serializable
-
-
Package io.jans.as.model.crypto.binding
-
Exception io.jans.as.model.crypto.binding.TokenBindingParseException
class TokenBindingParseException extends Exception implements Serializable
-
-
Package io.jans.as.model.exception
-
Exception io.jans.as.model.exception.CryptoProviderException
class CryptoProviderException extends Exception implements Serializable- serialVersionUID:
- 4511613464367544458L
-
Exception io.jans.as.model.exception.InvalidClaimException
class InvalidClaimException extends Exception implements Serializable -
Exception io.jans.as.model.exception.InvalidJweException
class InvalidJweException extends Exception implements Serializable -
Exception io.jans.as.model.exception.InvalidJwtException
class InvalidJwtException extends Exception implements Serializable -
Exception io.jans.as.model.exception.InvalidParameterException
class InvalidParameterException extends Exception implements Serializable -
Exception io.jans.as.model.exception.SignatureException
class SignatureException extends Exception implements Serializable
-
-
Package io.jans.as.model.fido.u2f.exception
-
Exception io.jans.as.model.fido.u2f.exception.BadInputException
class BadInputException extends RuntimeException implements Serializable- serialVersionUID:
- -2738024707341148557L
-
Exception io.jans.as.model.fido.u2f.exception.RegistrationNotAllowed
class RegistrationNotAllowed extends RuntimeException implements Serializable- serialVersionUID:
- -2738024707341148557L
-
-
Package io.jans.as.model.fido.u2f.protocol
-
Class io.jans.as.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.
-
-
Class io.jans.as.model.fido.u2f.protocol.AuthenticateRequestMessage
class AuthenticateRequestMessage extends Object implements Serializable- serialVersionUID:
- 5492097239884163697L
-
Serialized Fields
-
authenticateRequests
List<AuthenticateRequest> authenticateRequests
-
-
Class io.jans.as.model.fido.u2f.protocol.AuthenticateResponse
class AuthenticateResponse extends Object implements Serializable- serialVersionUID:
- -4854326288654670000L
-
Class io.jans.as.model.fido.u2f.protocol.AuthenticateStatus
class AuthenticateStatus extends Object implements Serializable- serialVersionUID:
- -8287836230637556749L
-
Class io.jans.as.model.fido.u2f.protocol.ClientData
class ClientData extends Object implements Serializable- serialVersionUID:
- -1483378146391551962L
-
Class io.jans.as.model.fido.u2f.protocol.DeviceData
class DeviceData extends Object implements Serializable- serialVersionUID:
- -8173244116167488365L
-
Class io.jans.as.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.
-
-
Class io.jans.as.model.fido.u2f.protocol.RegisterRequestMessage
class RegisterRequestMessage extends Object implements Serializable- serialVersionUID:
- -5554834606247337007L
-
Serialized Fields
-
authenticateRequests
List<AuthenticateRequest> authenticateRequests
-
registerRequests
List<RegisterRequest> registerRequests
-
-
Class io.jans.as.model.fido.u2f.protocol.RegisterResponse
class RegisterResponse extends Object implements Serializable- serialVersionUID:
- -4192863815075074953L
-
Class io.jans.as.model.fido.u2f.protocol.RegisterStatus
class RegisterStatus extends Object implements Serializable- serialVersionUID:
- -1113719742487477953L
-
-
Package io.jans.as.model.jwe
-
Class io.jans.as.model.jwe.Jwe
class Jwe extends JsonWebResponse implements Serializable
-
-
Package io.jans.as.model.jwt
-
Class io.jans.as.model.jwt.DPoP
class DPoP extends Jwt implements Serializable -
Class io.jans.as.model.jwt.Jwt
class Jwt extends JsonWebResponse implements Serializable
-
-
Package io.jans.as.model.token
-
Class io.jans.as.model.token.JsonWebResponse
class JsonWebResponse extends Object implements Serializable- serialVersionUID:
- -4141298937204111173L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream ois) throws IOException, ClassNotFoundException, InvalidJwtException method to deserialize header and claims -
writeObject
method to serialize header and claims- Throws:
IOException
-
-
Serialized Fields
-
-
Package io.jans.as.model.uma
-
Class io.jans.as.model.uma.UmaNeedInfoResponse
class UmaNeedInfoResponse extends Object implements Serializable -
Class io.jans.as.model.uma.UmaPermission
class UmaPermission extends Object implements Serializable -
Class io.jans.as.model.uma.UmaPermissionList
-
Class io.jans.as.model.uma.UmaTokenResponse
class UmaTokenResponse extends Object implements Serializable
-
-
Package io.jans.as.model.uma.persistence
-
Class io.jans.as.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 io.jans.as.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
-
scopeExpression
String scopeExpression
-
scopes
List<String> scopes
-
ttl
Integer ttl
-
type
String type
-
-
-
-
Package io.jans.as.model.uma.wrapper
-
Class io.jans.as.model.uma.wrapper.Token
class Token extends Object implements Serializable
-