|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.security.config.annotation.AbstractSecurityBuilder<O>
O - the type of Object that is being builtpublic abstract class AbstractSecurityBuilder<O>
A base SecurityBuilder that ensures the object being built is only
built one time.
| Constructor Summary | |
|---|---|
AbstractSecurityBuilder()
|
|
| Method Summary | |
|---|---|
O |
build()
Builds the object and returns it or null. |
protected abstract O |
doBuild()
Subclasses should implement this to perform the build. |
O |
getObject()
Gets the object that was built. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractSecurityBuilder()
| Method Detail |
|---|
public final O build()
throws Exception
SecurityBuilder
build in interface SecurityBuilder<O>Exception - if an error occured when building the Objectpublic final O getObject()
protected abstract O doBuild()
throws Exception
build().
Exception - if an error occurs
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||