A C D E G H I J K L N O P R S T U V 

A

AbstractJWT - Class in de.samply.auth.client.jwt
The abstract client-side JWT used to verify a serialized JWT using the providers public key.
AbstractJWT(OAuth2Client, String) - Constructor for class de.samply.auth.client.jwt.AbstractJWT
Initializes this JWT with an OAuth2Client configuration and the serialized string.
AbstractJWT(PublicKey, String) - Constructor for class de.samply.auth.client.jwt.AbstractJWT
Initializes this JWT with a public key and the serialized string.
ACCESS_TOKEN - Static variable in class de.samply.auth.client.jwt.JWTVocabulary.TokenType
 
AccessTokenDTO - Class in de.samply.auth.rest
The access token data transfer object.
AccessTokenDTO() - Constructor for class de.samply.auth.rest.AccessTokenDTO
 
AccessTokenRequestDTO - Class in de.samply.auth.rest
An access token request data transfer object.
AccessTokenRequestDTO() - Constructor for class de.samply.auth.rest.AccessTokenRequestDTO
 

C

claims - Variable in class de.samply.auth.client.jwt.JWT
 
ClientDescriptionDTO - Class in de.samply.auth.rest
Represents a client description that is known to the identity provider.
ClientDescriptionDTO() - Constructor for class de.samply.auth.rest.ClientDescriptionDTO
 
ClientListDTO - Class in de.samply.auth.rest
A collection of client descriptions.
ClientListDTO() - Constructor for class de.samply.auth.rest.ClientListDTO
Constructor for ClientListDTO.
ClientListDTO(Collection<ClientDescriptionDTO>) - Constructor for class de.samply.auth.rest.ClientListDTO
Constructor for ClientListDTO.
ClientType - Enum in de.samply.auth.rest
The type describes the type of application that is running on the OAuth2 client.

D

de.samply.auth.client.jwt - package de.samply.auth.client.jwt
The client side JWTs used to verify serialized JWTs with a public key.
de.samply.auth.rest - package de.samply.auth.rest
The data transfer objects used in the OAuth2 rest interface.
de.samply.auth.utils - package de.samply.auth.utils
A small util used to contruct a redirect URL for the OAuth2 identity provider.
DESCRIPTION - Static variable in class de.samply.auth.client.jwt.JWTVocabulary
 

E

EMAIL - Static variable in class de.samply.auth.client.jwt.JWTVocabulary
 
EXTERNAL_LABEL - Static variable in class de.samply.auth.client.jwt.JWTVocabulary
 

G

getAccessToken() - Method in class de.samply.auth.rest.AccessTokenDTO
getAlgorithm() - Method in class de.samply.auth.rest.SignRequestDTO
getApplication() - Method in class de.samply.auth.rest.OAuth2Discovery
 
getAuthorizationEndpoint() - Method in class de.samply.auth.rest.OAuth2Discovery
getBase64DerFormat() - Method in class de.samply.auth.rest.OAuth2Key
 
getBase64EncodedPublicKey() - Method in class de.samply.auth.rest.RegistrationRequestDTO
getClaims() - Method in class de.samply.auth.client.jwt.JWT
 
getClaimsSet() - Method in class de.samply.auth.client.jwt.AbstractJWT
Returns all claims
getClientId() - Method in class de.samply.auth.rest.AccessTokenRequestDTO
Getter for the field clientId.
getClientId() - Method in class de.samply.auth.rest.ClientDescriptionDTO
getClientId() - Method in class de.samply.auth.rest.LoginRequestDTO
getClients() - Method in class de.samply.auth.rest.ClientListDTO
Getter for the field clients.
getClientSecret() - Method in class de.samply.auth.rest.AccessTokenRequestDTO
Getter for the field clientSecret.
getCode() - Method in class de.samply.auth.rest.AccessTokenRequestDTO
Getter for the field code.
getCode() - Method in class de.samply.auth.rest.LoginDTO
getCode() - Method in class de.samply.auth.rest.SignRequestDTO
getContactData() - Method in class de.samply.auth.rest.RegistrationRequestDTO
Getter for the field contactData.
getContactInformation() - Method in class de.samply.auth.rest.UserDTO
 
getDerFormat() - Method in class de.samply.auth.rest.OAuth2Key
getDescription() - Method in class de.samply.auth.rest.ClientDescriptionDTO
getDescription() - Method in class de.samply.auth.rest.LocalityDTO
 
getDescription() - Method in class de.samply.auth.rest.RegistrationRequestDTO
getE() - Method in class de.samply.auth.rest.OAuth2Key
getEmail() - Method in class de.samply.auth.client.jwt.JWTIDToken
Returns the users real email address
getEmail() - Method in class de.samply.auth.rest.RegistrationRequestDTO
getEmail() - Method in class de.samply.auth.rest.UserDTO
 
getEmailVerified() - Method in class de.samply.auth.rest.UserDTO
 
getExpirationDate() - Method in class de.samply.auth.rest.SignRequestDTO
getExpirationDate() - Method in class de.samply.auth.rest.TokenInfoDTO
getExpiresIn() - Method in class de.samply.auth.rest.AccessTokenDTO
 
getExtended() - Method in class de.samply.auth.rest.AccessTokenRequestDTO
 
getExternalLabel() - Method in class de.samply.auth.client.jwt.JWTIDToken
Returns the label of the external identity provider, might be null.
getExternalLabel() - Method in class de.samply.auth.rest.UserDTO
 
getFingerPrint(String) - Static method in class de.samply.auth.utils.HashUtils
Returns the fingerprint of the given Base64 encoded key.
getHeader() - Method in class de.samply.auth.client.jwt.JWTAccessToken
Returns the string that must be used in the "Authorization" header.
getHeader() - Method in class de.samply.auth.rest.AccessTokenDTO
Returns the string that must be used in HTTP request headers.
getHost(OAuth2Client, String) - Static method in class de.samply.auth.utils.OAuth2ClientConfig
 
getId() - Method in class de.samply.auth.rest.LocalityDTO
 
getId() - Method in class de.samply.auth.rest.UserDTO
 
getIdentifier() - Method in enum de.samply.auth.rest.Scope
 
getIdToken() - Method in class de.samply.auth.rest.AccessTokenDTO
getIssuedAt() - Method in class de.samply.auth.rest.TokenInfoDTO
getIssuer() - Method in class de.samply.auth.rest.OAuth2Discovery
getIssuer() - Method in class de.samply.auth.rest.TokenInfoDTO
getJti() - Method in class de.samply.auth.rest.TokenInfoDTO
getJwksUri() - Method in class de.samply.auth.rest.OAuth2Discovery
getKeyId() - Method in class de.samply.auth.rest.KeyIdentificationDTO
getKeyId() - Method in class de.samply.auth.rest.OAuth2Key
getKeyId() - Method in class de.samply.auth.rest.RegistrationDTO
getKeys() - Method in class de.samply.auth.rest.OAuth2Keys
getKeyType() - Method in class de.samply.auth.rest.OAuth2Key
getLanguage() - Method in class de.samply.auth.client.jwt.JWTIDToken
Returns the language the user selected in Samply.Auth.
getLocalRedirectUrl(OAuth2Client, String, String, int, String, String) - Static method in class de.samply.auth.utils.OAuth2ClientConfig
Creates a URL for the current host.
getLocalRedirectUrl(String, String, int, String, String) - Static method in class de.samply.auth.utils.OAuth2ClientConfig
 
getLogoutUrl(OAuth2Client, String, String, int, String, String) - Static method in class de.samply.auth.utils.OAuth2ClientConfig
Returns the logout URL for Samply Auth
getN() - Method in class de.samply.auth.rest.OAuth2Key
getName() - Method in class de.samply.auth.client.jwt.JWTIDToken
Returns the real name, or an empty string if this information is not available.
getName() - Method in class de.samply.auth.rest.ClientDescriptionDTO
getName() - Method in class de.samply.auth.rest.LocalityDTO
 
getName() - Method in class de.samply.auth.rest.RegistrationRequestDTO
getName() - Method in class de.samply.auth.rest.UserDTO
 
getNotBefore() - Method in class de.samply.auth.rest.TokenInfoDTO
getPublicKey() - Method in class de.samply.auth.client.jwt.AbstractJWT
Returns the public key that has been used to verify this JWT.
getRedirectUrl() - Method in class de.samply.auth.rest.ClientDescriptionDTO
getRedirectUrl() - Method in class de.samply.auth.rest.LoginDTO
getRedirectUrl(OAuth2Client, String, String, int, String, String, Scope...) - Static method in class de.samply.auth.utils.OAuth2ClientConfig
Constructs the URL to the OAuth2 provider, using the provided configuration.
getRedirectUrl(OAuth2Client, String, String, int, String, String, String, Scope...) - Static method in class de.samply.auth.utils.OAuth2ClientConfig
Constructs the URL to the OAuth2 provider, using the provided configuration.
getRedirectUrl(OAuth2Client, String, String, int, String, String, String, String, Scope...) - Static method in class de.samply.auth.utils.OAuth2ClientConfig
Constructs the URL to the OAuth2 provider, using the provided configuration.
getRefreshToken() - Method in class de.samply.auth.rest.AccessTokenDTO
getRefreshToken() - Method in class de.samply.auth.rest.AccessTokenRequestDTO
Getter for the field refreshToken.
getResponseTypesSupported() - Method in class de.samply.auth.rest.OAuth2Discovery
getRoles() - Method in class de.samply.auth.client.jwt.JWTIDToken
Returns a list of roles
getScope() - Method in class de.samply.auth.rest.TokenInfoDTO
getScopes() - Method in class de.samply.auth.client.jwt.JWTAccessToken
Returns all scopes this access token was issued for.
getScopes() - Method in class de.samply.auth.client.jwt.JWTRefreshToken
Returns the scopes this refresh token was issued for.
getScopesSupported() - Method in class de.samply.auth.rest.OAuth2Discovery
getSerialized() - Method in class de.samply.auth.client.jwt.AbstractJWT
Returns the serialized string of this JWT
getSha512Hash() - Method in class de.samply.auth.rest.KeyIdentificationDTO
getSignature() - Method in class de.samply.auth.rest.AccessTokenRequestDTO
Getter for the field signature.
getState() - Method in class de.samply.auth.client.jwt.JWTAccessToken
Returns the included state from the request.
getSubject() - Method in class de.samply.auth.client.jwt.AbstractJWT
Returns the subject.
getSubject() - Method in class de.samply.auth.rest.TokenInfoDTO
getTokenEndpoint() - Method in class de.samply.auth.rest.OAuth2Discovery
getTokenType() - Method in class de.samply.auth.client.jwt.AbstractJWT
This method must return one of the currently defined token types:
getTokenType() - Method in class de.samply.auth.client.jwt.JWTAccessToken
 
getTokenType() - Method in class de.samply.auth.client.jwt.JWTAdfsAccessToken
 
getTokenType() - Method in class de.samply.auth.client.jwt.JWTHokToken
 
getTokenType() - Method in class de.samply.auth.client.jwt.JWTIDToken
 
getTokenType() - Method in class de.samply.auth.client.jwt.JWTRefreshToken
 
getTokenType() - Method in class de.samply.auth.rest.AccessTokenDTO
 
getType() - Method in class de.samply.auth.rest.ClientDescriptionDTO
Getter for the field type.
getUse() - Method in class de.samply.auth.rest.OAuth2Key
getUserId() - Method in class de.samply.auth.rest.RegistrationDTO
getUsers() - Method in class de.samply.auth.rest.UserListDTO
 
getUsertype() - Method in class de.samply.auth.client.jwt.JWTIDToken
Returns the usertype, one of "NORMAL", "REGISTRY", "BRIDGEHEAD".
getUsertype() - Method in class de.samply.auth.rest.RegistrationRequestDTO
 
getVersion() - Method in class de.samply.auth.rest.OAuth2Discovery
 

H

hash(String, byte[]) - Static method in class de.samply.auth.utils.HashUtils
Hashes the input byte array using the given algorithm and returns the string hex representation.
HashUtils - Class in de.samply.auth.utils
This class offers some basic hash algorithms that are convenient to use.
HashUtils() - Constructor for class de.samply.auth.utils.HashUtils
 
HOK_TOKEN - Static variable in class de.samply.auth.client.jwt.JWTVocabulary.TokenType
 

I

ID_TOKEN - Static variable in class de.samply.auth.client.jwt.JWTVocabulary.TokenType
 
isExtended() - Method in class de.samply.auth.client.jwt.JWTAccessToken
Checks if there this is an extended access token.
isValid() - Method in class de.samply.auth.client.jwt.AbstractJWT
Checks if this JWT is valid.
isValid() - Method in class de.samply.auth.client.jwt.JWTIDToken
Checks if this JWT is valid.

J

JWT - Class in de.samply.auth.client.jwt
A basic JWT that contains an expiration date and a "not-before" date that describe the validity of this JWT.
JWT(String, int) - Constructor for class de.samply.auth.client.jwt.JWT
Initializes this JWT with the given type and hours of validity from now on.
JWTAccessToken - Class in de.samply.auth.client.jwt
The client side JWT access token.
JWTAccessToken(PublicKey, String) - Constructor for class de.samply.auth.client.jwt.JWTAccessToken
JWTAccessToken(OAuth2Client, String) - Constructor for class de.samply.auth.client.jwt.JWTAccessToken
JWTAdfsAccessToken - Class in de.samply.auth.client.jwt
The JWT access token returned by ADFS.
JWTAdfsAccessToken(PublicKey, String) - Constructor for class de.samply.auth.client.jwt.JWTAdfsAccessToken
 
JWTException - Exception in de.samply.auth.client.jwt
Thrown when an exception occurs while verifying a signature or deserializing a JWT.
JWTException(String) - Constructor for exception de.samply.auth.client.jwt.JWTException
Constructor for JWTException.
JWTException(Throwable) - Constructor for exception de.samply.auth.client.jwt.JWTException
Constructor for JWTException.
JWTHokFactory - Class in de.samply.auth.client.jwt
JWT Holder of Key Factory.
JWTHokFactory() - Constructor for class de.samply.auth.client.jwt.JWTHokFactory
 
JWTHokToken - Class in de.samply.auth.client.jwt
A HokJWT proves the possession of a private key.
JWTHokToken(String) - Constructor for class de.samply.auth.client.jwt.JWTHokToken
 
JWTIDToken - Class in de.samply.auth.client.jwt
The client side JWT OpenID Token.
JWTIDToken(OAuth2Client, String) - Constructor for class de.samply.auth.client.jwt.JWTIDToken
JWTIDToken(String, PublicKey, String) - Constructor for class de.samply.auth.client.jwt.JWTIDToken
JWTInvalidSignatureFormatException - Exception in de.samply.auth.client.jwt
Thrown when the signature has an invalid format.
JWTInvalidSignatureFormatException() - Constructor for exception de.samply.auth.client.jwt.JWTInvalidSignatureFormatException
Constructor for JWTInvalidSignatureFormatException.
JWTKeyMissmatchException - Exception in de.samply.auth.client.jwt
Thrown when the providers key can not be used to verify a signature (e.g.
JWTKeyMissmatchException() - Constructor for exception de.samply.auth.client.jwt.JWTKeyMissmatchException
Constructor for JWTKeyMissmatchException.
JWTParseException - Exception in de.samply.auth.client.jwt
Thrown when the JWT can not be parsed (e.g.
JWTParseException(Throwable) - Constructor for exception de.samply.auth.client.jwt.JWTParseException
Constructor for JWTParseException.
JWTRefreshToken - Class in de.samply.auth.client.jwt
The client side JWT refresh token.
JWTRefreshToken(OAuth2Client, String) - Constructor for class de.samply.auth.client.jwt.JWTRefreshToken
JWTRefreshToken(PublicKey, String) - Constructor for class de.samply.auth.client.jwt.JWTRefreshToken
JWTVocabulary - Class in de.samply.auth.client.jwt
A class with all static string that are used in JWTs.
JWTVocabulary() - Constructor for class de.samply.auth.client.jwt.JWTVocabulary
 
JWTVocabulary.TokenType - Class in de.samply.auth.client.jwt
 
JWTVocabulary.TokenType() - Constructor for class de.samply.auth.client.jwt.JWTVocabulary.TokenType
 

K

KEY - Static variable in class de.samply.auth.client.jwt.JWTVocabulary
 
KeyIdentificationDTO - Class in de.samply.auth.rest
An object that identifies a key either by its ID or by its SHA512 hashed DER formatted public key.
KeyIdentificationDTO() - Constructor for class de.samply.auth.rest.KeyIdentificationDTO
 
KeyLoader - Class in de.samply.auth.client.jwt
A small helper, that loads RSA keys from Base64 encoded values.

L

LANG - Static variable in class de.samply.auth.client.jwt.JWTVocabulary
 
loadKey(String, String) - Static method in class de.samply.auth.client.jwt.KeyLoader
Generates a RSA public key by using the modulus and public exponent
loadKey(String) - Static method in class de.samply.auth.client.jwt.KeyLoader
Generates a RSA public key by using the base64 encoded DER formatted public key (X509).
loadPrivateKey(String) - Static method in class de.samply.auth.client.jwt.KeyLoader
Generates a RSA private key by using the base64 encoded DER formatted private key (PKCS8 DER format).
loadPublicRSAKey(PrivateKey) - Static method in class de.samply.auth.client.jwt.KeyLoader
Uses the given private RSA key to create the public key.
LocalityDTO - Class in de.samply.auth.rest
this locality information DTO contains informations about a locality.
LocalityDTO() - Constructor for class de.samply.auth.rest.LocalityDTO
 
LoginDTO - Class in de.samply.auth.rest
The login data transfer object must be used to generate a valid code for another application.
LoginDTO() - Constructor for class de.samply.auth.rest.LoginDTO
 
LoginRequestDTO - Class in de.samply.auth.rest
Requests a code for another OAuth2 application.
LoginRequestDTO() - Constructor for class de.samply.auth.rest.LoginRequestDTO
 

N

NAME - Static variable in class de.samply.auth.client.jwt.JWTVocabulary
 
newHokToken(PrivateKey, PublicKey, int) - Static method in class de.samply.auth.client.jwt.JWTHokFactory
Generates a new HokToken using your private key.
newRandomString() - Static method in class de.samply.auth.client.jwt.JWTHokFactory
Generates a new 256 bit strong random string
newRandomString(int) - Static method in class de.samply.auth.client.jwt.JWTHokFactory
Generates a new random string with the given length.

O

OAuth2ClientConfig - Class in de.samply.auth.utils
A small helper used to generate URLs to the identity provider.
OAuth2ClientConfig() - Constructor for class de.samply.auth.utils.OAuth2ClientConfig
 
OAuth2Discovery - Class in de.samply.auth.rest
This OAuth2Discovery class describes the identity provider as in this OpenID connect draft
OAuth2Discovery() - Constructor for class de.samply.auth.rest.OAuth2Discovery
 
OAuth2Key - Class in de.samply.auth.rest
A public key that can be used to verify signatures.
OAuth2Key() - Constructor for class de.samply.auth.rest.OAuth2Key
 
OAuth2Keys - Class in de.samply.auth.rest
A list of keys used by this identity provider.
OAuth2Keys() - Constructor for class de.samply.auth.rest.OAuth2Keys
 

P

PERMISSIONS - Static variable in class de.samply.auth.client.jwt.JWTVocabulary
 

R

REFRESH_TOKEN - Static variable in class de.samply.auth.client.jwt.JWTVocabulary.TokenType
 
RegistrationDTO - Class in de.samply.auth.rest
The registration confirmation.
RegistrationDTO() - Constructor for class de.samply.auth.rest.RegistrationDTO
 
RegistrationRequestDTO - Class in de.samply.auth.rest
If you want to register with an email, a name, a description and a public key, use this class.
RegistrationRequestDTO() - Constructor for class de.samply.auth.rest.RegistrationRequestDTO
 
ROLES - Static variable in class de.samply.auth.client.jwt.JWTVocabulary
 

S

SCOPE - Static variable in class de.samply.auth.client.jwt.JWTVocabulary
 
Scope - Enum in de.samply.auth.rest
A scope is a permission that will be included in the access token.
setAccessToken(String) - Method in class de.samply.auth.rest.AccessTokenDTO
setAlgorithm(String) - Method in class de.samply.auth.rest.SignRequestDTO
setApplication(String) - Method in class de.samply.auth.rest.OAuth2Discovery
 
setAuthorizationEndpoint(String) - Method in class de.samply.auth.rest.OAuth2Discovery
setBase64DerFormat(String) - Method in class de.samply.auth.rest.OAuth2Key
 
setBase64EncodedPublicKey(String) - Method in class de.samply.auth.rest.RegistrationRequestDTO
setClientId(String) - Method in class de.samply.auth.rest.AccessTokenRequestDTO
setClientId(String) - Method in class de.samply.auth.rest.ClientDescriptionDTO
setClientId(String) - Method in class de.samply.auth.rest.LoginRequestDTO
setClients(Collection<ClientDescriptionDTO>) - Method in class de.samply.auth.rest.ClientListDTO
Setter for the field clients.
setClientSecret(String) - Method in class de.samply.auth.rest.AccessTokenRequestDTO
setCode(String) - Method in class de.samply.auth.rest.AccessTokenRequestDTO
setCode(String) - Method in class de.samply.auth.rest.LoginDTO
setCode(String) - Method in class de.samply.auth.rest.SignRequestDTO
setContactData(String) - Method in class de.samply.auth.rest.RegistrationRequestDTO
Setter for the field contactData.
setContactInformation(String) - Method in class de.samply.auth.rest.UserDTO
 
setDerFormat(String) - Method in class de.samply.auth.rest.OAuth2Key
setDescription(String) - Method in class de.samply.auth.rest.ClientDescriptionDTO
setDescription(String) - Method in class de.samply.auth.rest.LocalityDTO
 
setDescription(String) - Method in class de.samply.auth.rest.RegistrationRequestDTO
setE(String) - Method in class de.samply.auth.rest.OAuth2Key
setEmail(String) - Method in class de.samply.auth.rest.RegistrationRequestDTO
setEmail(String) - Method in class de.samply.auth.rest.UserDTO
 
setEmailVerified(Boolean) - Method in class de.samply.auth.rest.UserDTO
 
setExpirationDate(long) - Method in class de.samply.auth.rest.SignRequestDTO
setExpirationDate(long) - Method in class de.samply.auth.rest.TokenInfoDTO
setExpiresIn(int) - Method in class de.samply.auth.rest.AccessTokenDTO
 
setExtended(String) - Method in class de.samply.auth.rest.AccessTokenRequestDTO
 
setExternalLabel(String) - Method in class de.samply.auth.rest.UserDTO
 
setId(String) - Method in class de.samply.auth.rest.LocalityDTO
 
setId(String) - Method in class de.samply.auth.rest.UserDTO
 
setIdToken(String) - Method in class de.samply.auth.rest.AccessTokenDTO
setIssuedAt(long) - Method in class de.samply.auth.rest.TokenInfoDTO
setIssuer(String) - Method in class de.samply.auth.rest.OAuth2Discovery
setIssuer(String) - Method in class de.samply.auth.rest.TokenInfoDTO
setJti(String) - Method in class de.samply.auth.rest.TokenInfoDTO
setJwksUri(String) - Method in class de.samply.auth.rest.OAuth2Discovery
setKeyId(int) - Method in class de.samply.auth.rest.KeyIdentificationDTO
setKeyId(String) - Method in class de.samply.auth.rest.OAuth2Key
setKeyId(int) - Method in class de.samply.auth.rest.RegistrationDTO
setKeys(List<OAuth2Key>) - Method in class de.samply.auth.rest.OAuth2Keys
setKeyType(String) - Method in class de.samply.auth.rest.OAuth2Key
setN(String) - Method in class de.samply.auth.rest.OAuth2Key
setName(String) - Method in class de.samply.auth.rest.ClientDescriptionDTO
setName(String) - Method in class de.samply.auth.rest.LocalityDTO
 
setName(String) - Method in class de.samply.auth.rest.RegistrationRequestDTO
setName(String) - Method in class de.samply.auth.rest.UserDTO
 
setNotBefore(long) - Method in class de.samply.auth.rest.TokenInfoDTO
setRedirectUrl(String) - Method in class de.samply.auth.rest.ClientDescriptionDTO
setRedirectUrl(String) - Method in class de.samply.auth.rest.LoginDTO
setRefreshToken(String) - Method in class de.samply.auth.rest.AccessTokenDTO
setRefreshToken(String) - Method in class de.samply.auth.rest.AccessTokenRequestDTO
setResponseTypesSupported(List<String>) - Method in class de.samply.auth.rest.OAuth2Discovery
setScope(List<String>) - Method in class de.samply.auth.rest.TokenInfoDTO
setScopesSupported(List<String>) - Method in class de.samply.auth.rest.OAuth2Discovery
setSha512Hash(String) - Method in class de.samply.auth.rest.KeyIdentificationDTO
setSignature(String) - Method in class de.samply.auth.rest.AccessTokenRequestDTO
setSubject(String) - Method in class de.samply.auth.rest.TokenInfoDTO
setTokenEndpoint(String) - Method in class de.samply.auth.rest.OAuth2Discovery
setType(ClientType) - Method in class de.samply.auth.rest.ClientDescriptionDTO
Setter for the field type.
setUse(String) - Method in class de.samply.auth.rest.OAuth2Key
setUserId(int) - Method in class de.samply.auth.rest.RegistrationDTO
setUsers(List<UserDTO>) - Method in class de.samply.auth.rest.UserListDTO
 
setUsertype(Usertype) - Method in class de.samply.auth.rest.RegistrationRequestDTO
 
setVersion(String) - Method in class de.samply.auth.rest.OAuth2Discovery
 
SHA1(String) - Static method in class de.samply.auth.utils.HashUtils
Hashes the input string with the SHA-1 algorithm and returns the string hex representation.
SHA1(byte[]) - Static method in class de.samply.auth.utils.HashUtils
Hashes the byte array with the SHA-1 algorithm and returns the string hex representation.
SHA512(String) - Static method in class de.samply.auth.utils.HashUtils
Hashes the input string with the SHA-512 algorithm and returns the string hex representation.
SHA512(byte[]) - Static method in class de.samply.auth.utils.HashUtils
Hashes the input byte array with the SHA-512 algorithm and returns the string hex representation.
sign(PrivateKey) - Method in class de.samply.auth.client.jwt.JWT
 
SignRequestDTO - Class in de.samply.auth.rest
Use this class if you want to authenticate using your private key.
SignRequestDTO() - Constructor for class de.samply.auth.rest.SignRequestDTO
 
STATE - Static variable in class de.samply.auth.client.jwt.JWTVocabulary
 

T

TokenInfoDTO - Class in de.samply.auth.rest
This Token information DTO represents all necessary informations about an access token.
TokenInfoDTO() - Constructor for class de.samply.auth.rest.TokenInfoDTO
 
TYPE - Static variable in class de.samply.auth.client.jwt.JWTVocabulary
 

U

UserDTO - Class in de.samply.auth.rest
Represents a User registered in Samply Auth.
UserDTO() - Constructor for class de.samply.auth.rest.UserDTO
 
UserListDTO - Class in de.samply.auth.rest
Represents a list of users known to Samply Auth.
UserListDTO() - Constructor for class de.samply.auth.rest.UserListDTO
 
USERTYPE - Static variable in class de.samply.auth.client.jwt.JWTVocabulary
 
Usertype - Enum in de.samply.auth.rest
 

V

valueOf(String) - Static method in enum de.samply.auth.rest.ClientType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.samply.auth.rest.Scope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.samply.auth.rest.Usertype
Returns the enum constant of this type with the specified name.
values() - Static method in enum de.samply.auth.rest.ClientType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.samply.auth.rest.Scope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.samply.auth.rest.Usertype
Returns an array containing the constants of this enum type, in the order they are declared.
A C D E G H I J K L N O P R S T U V 

Copyright © 2015 Universitätsmedizin Mainz, Abteilung IMBEI. All rights reserved.