JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.springframework.security.config.annotation
Interface SecurityBuilder<O>
Type Parameters:
O
- The type of the Object being built
All Known Subinterfaces:
HttpSecurityBuilder
<H>,
ProviderManagerBuilder
<B>
All Known Implementing Classes:
AbstractConfiguredSecurityBuilder
,
AbstractSecurityBuilder
,
AuthenticationManagerBuilder
,
HttpSecurity
,
WebSecurity
public interface
SecurityBuilder<O>
Interface for building an Object
Since:
3.2
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
O
build
()
Builds the object and returns it or null.
Method Detail
build
O
build() throws
Exception
Builds the object and returns it or null.
Returns:
the Object to be built or null if the implementation allows it.
Throws:
Exception
- if an error occurred when building the Object
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method