Uses of Interface
net.officefloor.web.security.type.HttpSecurityTypeBuilder
-
Packages that use HttpSecurityTypeBuilder Package Description net.officefloor.web.security.type -
-
Uses of HttpSecurityTypeBuilder in net.officefloor.web.security.type
Methods in net.officefloor.web.security.type that return HttpSecurityTypeBuilder Modifier and Type Method Description static HttpSecurityTypeBuilder
HttpSecurityLoaderUtil. createHttpSecurityTypeBuilder()
Creates theHttpSecurityTypeBuilder
to create the expectedHttpSecurityType
.Methods in net.officefloor.web.security.type with parameters of type HttpSecurityTypeBuilder Modifier and Type Method Description static <A,AC extends java.io.Serializable,C,O extends java.lang.Enum<O>,F extends java.lang.Enum<F>,HS extends HttpSecuritySource<A,AC,C,O,F>>
HttpSecurityType<A,AC,C,O,F>HttpSecurityLoaderUtil. validateHttpSecurityType(HttpSecurityTypeBuilder expectedHttpSecurityType, java.lang.Class<HS> httpSecuritySourceClass, java.lang.String... propertyNameValues)
Validates theHttpSecurityType
contained in theHttpSecurityTypeBuilder
against theHttpSecurityType
loaded from theHttpSecuritySource
.
-