Skip navigation links
A B G I L O P S T V W 

A

AuthenticationException - Exception in org.alfresco.rest.authn.exception
 
AuthenticationException(String) - Constructor for exception org.alfresco.rest.authn.exception.AuthenticationException
 
AuthenticationException(String, Throwable) - Constructor for exception org.alfresco.rest.authn.exception.AuthenticationException
 
AuthnConfigBuilder - Class in org.alfresco.rest.authn
Identity service configuration builder.
AuthnConfigBuilder.AuthnInfoK8Secret - Enum in org.alfresco.rest.authn
Represents the supported K8 secret files.
AuthnConfigBuilder.Builder - Class in org.alfresco.rest.authn
A builder class that creates an instance of AuthnConfigBuilder class.

B

build() - Method in class org.alfresco.rest.authn.AuthnConfigBuilder.Builder
 
Builder() - Constructor for class org.alfresco.rest.authn.AuthnConfigBuilder.Builder
 
Builder(Properties) - Constructor for class org.alfresco.rest.authn.AuthnConfigBuilder.Builder
 
Builder(Environment) - Constructor for class org.alfresco.rest.authn.AuthnConfigBuilder.Builder
 

G

getAccessToken() - Method in class org.alfresco.rest.authn.TokenProvider
Gets the access token based on the configured grant_type.
getAccessToken(String, String) - Method in class org.alfresco.rest.authn.TokenProvider
Gets access token using the given username and password.
getClientConnectionTimeoutInMillis() - Method in class org.alfresco.rest.authn.config.IdentityServiceConfig
 
getClientSocketTimeoutInMillis() - Method in class org.alfresco.rest.authn.config.IdentityServiceConfig
 
getCredentialsProvider() - Method in class org.alfresco.rest.authn.config.IdentityServiceConfig
 
getCredentialsSecret() - Method in class org.alfresco.rest.authn.config.IdentityServiceConfig
 
getFileName() - Method in enum org.alfresco.rest.authn.AuthnConfigBuilder.AuthnInfoK8Secret
 
getFileNames() - Static method in enum org.alfresco.rest.authn.AuthnConfigBuilder.AuthnInfoK8Secret
 
getGrantType() - Method in class org.alfresco.rest.authn.config.IdentityServiceConfig
 
getIdentityServiceConfig() - Method in class org.alfresco.rest.authn.AuthnConfigBuilder
Gets the IdentityServiceConfig object created after the properties have been resolved.
getPassword() - Method in class org.alfresco.rest.authn.config.IdentityServiceConfig
 
getProperties() - Method in class org.alfresco.rest.authn.config.PropertiesHelper
 
getUsername() - Method in class org.alfresco.rest.authn.config.IdentityServiceConfig
 

I

IdentityServiceConfig - Class in org.alfresco.rest.authn.config
Identity service configuration properties.
IdentityServiceConfig() - Constructor for class org.alfresco.rest.authn.config.IdentityServiceConfig
 
isValidateToken() - Method in class org.alfresco.rest.authn.config.IdentityServiceConfig
 

L

lookupByFileName(String) - Static method in enum org.alfresco.rest.authn.AuthnConfigBuilder.AuthnInfoK8Secret
 

O

org.alfresco.rest.authn - package org.alfresco.rest.authn
 
org.alfresco.rest.authn.config - package org.alfresco.rest.authn.config
 
org.alfresco.rest.authn.exception - package org.alfresco.rest.authn.exception
 

P

PropertiesHelper - Class in org.alfresco.rest.authn.config
A helper class to create a Properties object with a set of usually used Identity Service configurations.
PropertiesHelper() - Constructor for class org.alfresco.rest.authn.config.PropertiesHelper
 

S

setAuthServerUrl(String) - Method in class org.alfresco.rest.authn.config.PropertiesHelper
 
setBuilderValue(IdentityServiceConfig, String) - Method in enum org.alfresco.rest.authn.AuthnConfigBuilder.AuthnInfoK8Secret
 
setClientConnectionTimeoutInMillis(int) - Method in class org.alfresco.rest.authn.config.IdentityServiceConfig
 
setClientConnectionTimeoutInMillis(int) - Method in class org.alfresco.rest.authn.config.PropertiesHelper
 
setClientSocketTimeoutInMillis(int) - Method in class org.alfresco.rest.authn.config.IdentityServiceConfig
 
setClientSocketTimeoutInMillis(int) - Method in class org.alfresco.rest.authn.config.PropertiesHelper
 
setCredentials() - Method in class org.alfresco.rest.authn.config.IdentityServiceConfig
Helper method to set the credentials.
setCredentialsProvider(String) - Method in class org.alfresco.rest.authn.config.IdentityServiceConfig
 
setCredentialsProvider(String) - Method in class org.alfresco.rest.authn.config.PropertiesHelper
 
setCredentialsSecret(String) - Method in class org.alfresco.rest.authn.config.IdentityServiceConfig
 
setCredentialsSecret(String) - Method in class org.alfresco.rest.authn.config.PropertiesHelper
 
setGrantType(String) - Method in class org.alfresco.rest.authn.config.IdentityServiceConfig
 
setGrantType(String) - Method in class org.alfresco.rest.authn.config.PropertiesHelper
 
setPassword(String) - Method in class org.alfresco.rest.authn.config.IdentityServiceConfig
 
setPassword(String) - Method in class org.alfresco.rest.authn.config.PropertiesHelper
 
setPublicClient(boolean) - Method in class org.alfresco.rest.authn.config.PropertiesHelper
 
setRealm(String) - Method in class org.alfresco.rest.authn.config.PropertiesHelper
 
setResource(String) - Method in class org.alfresco.rest.authn.config.PropertiesHelper
 
setSslRequired(String) - Method in class org.alfresco.rest.authn.config.PropertiesHelper
 
setUsername(String) - Method in class org.alfresco.rest.authn.config.IdentityServiceConfig
 
setUsername(String) - Method in class org.alfresco.rest.authn.config.PropertiesHelper
 
setValidateToken(boolean) - Method in class org.alfresco.rest.authn.config.IdentityServiceConfig
 
setValidateToken(boolean) - Method in class org.alfresco.rest.authn.config.PropertiesHelper
 
setVerifyTokenAudience(boolean) - Method in class org.alfresco.rest.authn.config.PropertiesHelper
 

T

TokenProvider - Class in org.alfresco.rest.authn
Identity service access token provider.
TokenProvider(AuthnConfigBuilder) - Constructor for class org.alfresco.rest.authn.TokenProvider
 

V

valueOf(String) - Static method in enum org.alfresco.rest.authn.AuthnConfigBuilder.AuthnInfoK8Secret
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.alfresco.rest.authn.AuthnConfigBuilder.AuthnInfoK8Secret
Returns an array containing the constants of this enum type, in the order they are declared.
verifyToken(String) - Method in class org.alfresco.rest.authn.TokenProvider
Verifies token.Typically called after successful tokenResponse is received from Keycloak.

W

withK8Secret(String) - Method in class org.alfresco.rest.authn.AuthnConfigBuilder.Builder
 
A B G I L O P S T V W 
Skip navigation links

Copyright © 2019. All rights reserved.