JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Field |
Optional
|
Required
Detail:
Field |
Element
SEARCH:
Package
net.coder966.spring.multisecurityrealms.annotation
Annotation Interface SecurityRealm
@Component
@Target
(
TYPE
)
@Retention
(
RUNTIME
)
public @interface
SecurityRealm
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
String
authenticationEndpoint
String
firstStepName
String
name
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
String
[]
publicApis
Element Details
name
String
name
authenticationEndpoint
String
authenticationEndpoint
firstStepName
String
firstStepName
publicApis
String
[]
publicApis
Default:
{}