Index

B D E F G L O S U V 
All Classes and Interfaces|All Packages

B

bypassInterception(ChenileExchange) - Method in class org.chenile.security.interceptor.SecurityInterceptor
This bypasses the logic only if the security config is configured to be unprotected or if the security config does not exist at all.
Also, we will only enforce it in the HTTP end point.

D

doPreProcessing(ChenileExchange) - Method in class org.chenile.security.interceptor.SecurityInterceptor
 

E

ErrorCodes - Enum Class in org.chenile.security.errorcodes
 
ErrorCodes(int) - Constructor for enum class org.chenile.security.errorcodes.ErrorCodes
 

F

FORBIDDEN - Enum constant in enum class org.chenile.security.errorcodes.ErrorCodes
 

G

getSubError() - Method in enum class org.chenile.security.errorcodes.ErrorCodes
 

L

logger - Static variable in class org.chenile.security.interceptor.SecurityInterceptor
 

O

org.chenile.configuration.security - package org.chenile.configuration.security
This package contains the configuration classes to register beans in Spring.
org.chenile.security.errorcodes - package org.chenile.security.errorcodes
 
org.chenile.security.interceptor - package org.chenile.security.interceptor
This class contains the SecurityInterceptor

S

securityInterceptor() - Method in class org.chenile.configuration.security.SecurityInterceptorConfiguration
 
SecurityInterceptor - Class in org.chenile.security.interceptor
This interceptor uses SecurityConfig to secure this particular resource.It first looks at the SecurityConfig to see if there are any guarding authorities for this service.
SecurityInterceptor() - Constructor for class org.chenile.security.interceptor.SecurityInterceptor
 
SecurityInterceptorConfiguration - Class in org.chenile.configuration.security
 
SecurityInterceptorConfiguration() - Constructor for class org.chenile.configuration.security.SecurityInterceptorConfiguration
 
securityService - Variable in class org.chenile.security.interceptor.SecurityInterceptor
 
subError - Variable in enum class org.chenile.security.errorcodes.ErrorCodes
 

U

UNAUTHENTICATED - Enum constant in enum class org.chenile.security.errorcodes.ErrorCodes
 

V

valueOf(String) - Static method in enum class org.chenile.security.errorcodes.ErrorCodes
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.chenile.security.errorcodes.ErrorCodes
Returns an array containing the constants of this enum class, in the order they are declared.
B D E F G L O S U V 
All Classes and Interfaces|All Packages