Serialized Form


Package org.surfnet.oaaas.auth

Class org.surfnet.oaaas.auth.ValidationResponseException extends RuntimeException implements Serializable

Serialized Fields

v

OAuth2Validator.ValidationResponse v

Package org.surfnet.oaaas.model

Class org.surfnet.oaaas.model.AbstractEntity extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

Long id

creationDate

Date creationDate

modificationDate

Date modificationDate

Class org.surfnet.oaaas.model.AccessToken extends AbstractEntity implements Serializable

Serialized Fields

token

String token

refreshToken

String refreshToken

principal

AuthenticatedPrincipal principal

encodedPrincipal

String encodedPrincipal

client

Client client

expires

long expires

scopes

List<E> scopes

resourceOwnerId

String resourceOwnerId

Class org.surfnet.oaaas.model.AuthorizationRequest extends AbstractEntity implements Serializable

Serialized Fields

responseType

String responseType

clientId

String clientId

principal

AuthenticatedPrincipal principal

encodedPrincipal

String encodedPrincipal

client

Client client

redirectUri

String redirectUri

requestedScopes

List<E> requestedScopes

grantedScopes

List<E> grantedScopes

state

String state

authState

String authState

authorizationCode

String authorizationCode

Class org.surfnet.oaaas.model.Client extends AbstractEntity implements Serializable

Serialized Fields

name

String name

clientId

String clientId

secret

String secret

description

String description

contactName

String contactName

contactEmail

String contactEmail

scopes

List<E> scopes

resourceServer

ResourceServer resourceServer

attributes

Map<K,V> attributes

thumbNailUrl

String thumbNailUrl

redirectUris

List<E> redirectUris

skipConsent

boolean skipConsent

includePrincipal

boolean includePrincipal

expireDuration

long expireDuration

useRefreshTokens

boolean useRefreshTokens

allowedImplicitGrant

boolean allowedImplicitGrant

allowedClientCredentials

boolean allowedClientCredentials

accessTokens

List<E> accessTokens

authorizationRequests

List<E> authorizationRequests

Class org.surfnet.oaaas.model.ResourceServer extends AbstractEntity implements Serializable

Serialized Fields

name

String name

key

String key

description

String description

scopes

List<E> scopes

secret

String secret

contactName

String contactName

owner

String owner

contactEmail

String contactEmail

clients

Set<E> clients

thumbNailUrl

String thumbNailUrl

Class org.surfnet.oaaas.model.VerifyTokenResponse extends Object implements Serializable

Serialized Fields

audience

String audience

scopes

List<E> scopes

principal

AuthenticatedPrincipal principal

expiresIn

Long expiresIn

error

String error



Copyright © 2012-2013 SURFnet bv, The Netherlands. All Rights Reserved.