A B C D E G H I M O P R S T U V 

A

AccessManager - Class in com.cdk.core.security.method
//@PreAuthorize("@accessManager.hasAccess(authentication, {'CANCELLED', 'BLOCKED', 'TERMINATED'})") //@PreAuthorize("@accessManager.hasAccess2('iOS')") //@Secured("ROLE_ADMIN") //@PreAuthorize("hasRole('ROLE_USER')") //@PreAuthorize("hasAuthority('ROLE_USER')")
AccessManager() - Constructor for class com.cdk.core.security.method.AccessManager
 
afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class com.cdk.core.security.api.OauthTokenValidationInterceptor
 
authenticate(UserCredentialDto) - Method in class com.cdk.core.security.service.impl.SiteminderServiceImpl
Call IAM identity Service to authenticate the user different implementation throws AuthenticationException
AuthenticationServiceProviderImpl - Class in com.cdk.core.security.service.impl
Auhentication Service provider
AuthenticationServiceProviderImpl() - Constructor for class com.cdk.core.security.service.impl.AuthenticationServiceProviderImpl
 
AuthUtility - Class in com.cdk.core.security.service.impl
 
AuthUtility() - Constructor for class com.cdk.core.security.service.impl.AuthUtility
 

B

BasicAuthHttpComponentsHttpInvokerRequestExecutor - Class in com.cobalt.framework.security.httpinvoker
 
BasicAuthHttpComponentsHttpInvokerRequestExecutor() - Constructor for class com.cobalt.framework.security.httpinvoker.BasicAuthHttpComponentsHttpInvokerRequestExecutor
 
BasicRequestFactory - Class in com.cdk.core.security.service.impl
From http://www.baeldung.com/2012/04/16/how-to-use-resttemplate-with-basic- authentication-in-spring-3-1/ http://stackoverflow.com/questions/23207928/how-to-use-resttemplate-with-basic-auth
BasicRequestFactory(HttpClient) - Constructor for class com.cdk.core.security.service.impl.BasicRequestFactory
 

C

CobaltUserServiceImpl - Class in com.cdk.core.security.service.impl
org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor vs org.springframework.remoting.httpinvoker.CommonsHttpInvokerRequestExecutor
CobaltUserServiceImpl() - Constructor for class com.cdk.core.security.service.impl.CobaltUserServiceImpl
 
com.cdk.core.security.api - package com.cdk.core.security.api
 
com.cdk.core.security.method - package com.cdk.core.security.method
 
com.cdk.core.security.service.impl - package com.cdk.core.security.service.impl
 
com.cobalt.framework.security.httpinvoker - package com.cobalt.framework.security.httpinvoker
 
CommonsHttpInvokerRequestExecutor - Class in org.springframework.remoting.httpinvoker
 
CommonsHttpInvokerRequestExecutor() - Constructor for class org.springframework.remoting.httpinvoker.CommonsHttpInvokerRequestExecutor
 
createBasicAuthTemplate(String, String) - Static method in class com.cdk.core.security.service.impl.BasicRequestFactory
 
createBasicAuthTemplate(String, String) - Method in class com.cdk.core.security.service.impl.IdentityServiceImpl
 
createHttpContext(HttpMethod, URI) - Method in class com.cdk.core.security.service.impl.BasicRequestFactory
 
createHttpPost(HttpInvokerClientConfiguration) - Method in class com.cobalt.framework.security.httpinvoker.BasicAuthHttpComponentsHttpInvokerRequestExecutor
 
createPostMethod(HttpInvokerClientConfiguration) - Method in class org.springframework.remoting.httpinvoker.CommonsHttpInvokerRequestExecutor
 
createTemplate() - Static method in class com.cdk.core.security.service.impl.BasicRequestFactory
 
createTemplate(String, String) - Static method in class com.cdk.core.security.service.impl.BasicRequestFactory
 

D

deleteToken(String) - Method in class com.cdk.core.security.service.impl.IdentityServiceImpl
HttpClientErrorException 400 Bad Request if token in not available

E

existingTokens(String, String, List<OAuthTokenDto>) - Static method in class com.cdk.core.security.service.impl.AuthUtility
 

G

generateLongLivedToken(String, String, String) - Method in class com.cdk.core.security.service.impl.IdentityServiceImpl
generate/create a new long lived access token for this current logged in user Request: { "tokenRequest": { "deviceId": "firefox", "deviceType": "browser", "expirationTimestamp": "2017-01-04T14:36:17-0800", // or it can be a long value 1423861196185 "comments": "long term token" } }
generateSessionToken(String) - Method in class com.cdk.core.security.service.impl.IdentityServiceImpl
Create a session token valid for 24 hours for this current logged in user.
getAllTokens(String) - Method in class com.cdk.core.security.service.impl.IdentityServiceImpl
List of all available token for this current logged in user HttpClientErrorException 400 Bad Request if username not fond
getClaimInfo() - Method in class com.cdk.core.security.service.impl.UserClaimInfoServiceImpl
 
getJaxbMessageConverters() - Static method in class com.cdk.core.security.service.impl.BasicRequestFactory
 
getJsonMessageConverters() - Static method in class com.cdk.core.security.service.impl.BasicRequestFactory
 
getToken(UserCredentialDto, boolean) - Method in class com.cdk.core.security.service.impl.AuthenticationServiceProviderImpl
 
getUser(String) - Method in class com.cdk.core.security.service.impl.CobaltUserServiceImpl
Populate user object

H

hasAccess(Authentication, String...) - Method in class com.cdk.core.security.method.AccessManager
 

I

IAM_ADMIN_DELETE_TOKENS - Static variable in class com.cdk.core.security.service.impl.IdentityServiceImpl
 
IAM_ADMIN_ENDPOINT - Static variable in class com.cdk.core.security.service.impl.IdentityServiceImpl
 
IAM_ADMIN_TOKENS - Static variable in class com.cdk.core.security.service.impl.IdentityServiceImpl
 
IAM_BASE_SERVICE - Static variable in class com.cdk.core.security.service.impl.IdentityServiceImpl
 
IAM_USER_ENDPOINT - Static variable in class com.cdk.core.security.service.impl.IdentityServiceImpl
 
IAM_USER_SESSION_TOKEN - Static variable in class com.cdk.core.security.service.impl.IdentityServiceImpl
 
IAM_USER_TOKENS - Static variable in class com.cdk.core.security.service.impl.IdentityServiceImpl
 
IAM_USER_VALIDATE - Static variable in class com.cdk.core.security.service.impl.IdentityServiceImpl
 
IdentityServiceImpl - Class in com.cdk.core.security.service.impl
read more @ https://confluence.cdk.com/display/DSCP/OAuth+Token+Management APIs to generate, update, revoke and validate tokens http://api-int.dit.adpedge.com/identityservice/1.1.1/rest/oauth/tokens/user/<>
IdentityServiceImpl() - Constructor for class com.cdk.core.security.service.impl.IdentityServiceImpl
 
initIt() - Method in class com.cobalt.framework.security.httpinvoker.BasicAuthHttpComponentsHttpInvokerRequestExecutor
 

M

modelMapper - Variable in class com.cdk.core.security.service.impl.CobaltUserServiceImpl
 

O

OauthTokenValidationInterceptor - Class in com.cdk.core.security.api
Interceptor that validates all the requests to the REST apis to check if the valid access token is present in the header.
OauthTokenValidationInterceptor() - Constructor for class com.cdk.core.security.api.OauthTokenValidationInterceptor
 
org.apache.commons.httpclient.methods - package org.apache.commons.httpclient.methods
 
org.springframework.remoting.httpinvoker - package org.springframework.remoting.httpinvoker
 

P

populateSecurables(String, List<String>) - Method in class com.cdk.core.security.service.impl.CobaltUserServiceImpl
Populate Securables and Capability information for the User from User service
postHandle(HttpServletRequest, HttpServletResponse, Object, ModelAndView) - Method in class com.cdk.core.security.api.OauthTokenValidationInterceptor
 
PostMethod - Class in org.apache.commons.httpclient.methods
 
PostMethod() - Constructor for class org.apache.commons.httpclient.methods.PostMethod
 
preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class com.cdk.core.security.api.OauthTokenValidationInterceptor
Http403ForbiddenEntryPoint : Authentication credentials not found Http401

R

registerConverters() - Method in class com.cdk.core.security.service.impl.SiteminderServiceImpl
 
REPMGT_DEALER_SECURABLE_TYPE - Static variable in class com.cdk.core.security.service.impl.CobaltUserServiceImpl
 
REPMGT_SECURABLE_TYPE - Static variable in class com.cdk.core.security.service.impl.CobaltUserServiceImpl
 

S

SECURABLE_TYPES - Static variable in class com.cdk.core.security.service.impl.CobaltUserServiceImpl
 
setPassword(String) - Method in class com.cobalt.framework.security.httpinvoker.BasicAuthHttpComponentsHttpInvokerRequestExecutor
 
setRequestHeader(String, String) - Method in class org.apache.commons.httpclient.methods.PostMethod
 
setUsername(String) - Method in class com.cobalt.framework.security.httpinvoker.BasicAuthHttpComponentsHttpInvokerRequestExecutor
 
SiteminderServiceImpl - Class in com.cdk.core.security.service.impl
Class for authentication against siteminder Service
SiteminderServiceImpl() - Constructor for class com.cdk.core.security.service.impl.SiteminderServiceImpl
 

T

test(AuthTestType, String, String, String, String) - Method in class com.cdk.core.security.service.impl.AuthenticationServiceProviderImpl
 
test() - Method in class com.cdk.core.security.service.impl.CobaltUserServiceImpl
 

U

UserClaimInfoServiceImpl - Class in com.cdk.core.security.service.impl
 
UserClaimInfoServiceImpl() - Constructor for class com.cdk.core.security.service.impl.UserClaimInfoServiceImpl
 

V

validateToken(String) - Method in class com.cdk.core.security.service.impl.IdentityServiceImpl
if boolean authenticated = checkToken(HttpServletRequest httpRequest, HttpServletResponse httpResponse) then in GenericFilterBean.doFilter continue --> FilterChain.doFilter(request, response); httpServletResponse.setStatus(HttpServletResponse.SC_OK); Response: Success kevendra.patidar@cdk.com F12E7CB9C258F56CE04013ACF8FB54EE HttpServletResponse.sendError(HttpServletResponse.SC_UNAUTHORIZED) 401 Response after conversion: "oauthTokenRequest": { "status": "Error", "userName": "", "userGuid": null }
A B C D E G H I M O P R S T U V 

Copyright © 2016. All rights reserved.