Module quak.framework.security
Class SecurityDependencyIDs
java.lang.Object
io.john.amiscaray.quak.security.di.SecurityDependencyIDs
The dependency IDs and names for security configs.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DependencyID<Authenticator> The dependency ID for the application'sAuthenticator.static final StringThe name for a dependency for the application'sAuthenticator.static final DependencyID<CORSFilter> The dependency ID for the application'sCORSFilter.static final StringThe name for a dependency for the application'sCORSFilter.static final DependencyID<JwtUtil> The dependency ID for the application'sJWTUtil.static final StringThe name for a dependency for the application'sJWTUtil.static final DependencyID<SecurityConfig> The dependency ID for the application'sSecurityConfig.static final StringThe name for a dependency for the application'sSecurityConfig.static final DependencyID<AuthenticationFilter> The dependency ID for the application'sAuthenticationFilter.static final StringThe name for a dependency for the application'sAuthenticationFilter. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SECURITY_CONFIG_DEPENDENCY_NAME
The name for a dependency for the application'sSecurityConfig.- See Also:
-
SECURITY_FILTER_DEPENDENCY_NAME
The name for a dependency for the application'sAuthenticationFilter.- See Also:
-
AUTHENTICATOR_DEPENDENCY_NAME
The name for a dependency for the application'sAuthenticator.- See Also:
-
CORS_FILTER_DEPENDENCY_NAME
The name for a dependency for the application'sCORSFilter.- See Also:
-
JWT_UTIL_DEPENDENCY_NAME
The name for a dependency for the application'sJWTUtil.- See Also:
-
SECURITY_CONFIG_DEPENDENCY
The dependency ID for the application'sSecurityConfig. -
SECURITY_FILTER_DEPENDENCY
The dependency ID for the application'sAuthenticationFilter. -
AUTHENTICATOR_DEPENDENCY
The dependency ID for the application'sAuthenticator. -
CORS_FILTER_DEPENDENCY_ID
The dependency ID for the application'sCORSFilter. -
JWT_UTIL_DEPENDENCY_ID
The dependency ID for the application'sJWTUtil.
-
-
Constructor Details
-
SecurityDependencyIDs
public SecurityDependencyIDs()
-