Uses of Class
net.officefloor.web.security.scheme.BasicHttpSecuritySource.Dependencies
-
Packages that use BasicHttpSecuritySource.Dependencies Package Description net.officefloor.web.security.scheme -
-
Uses of BasicHttpSecuritySource.Dependencies in net.officefloor.web.security.scheme
Methods in net.officefloor.web.security.scheme that return BasicHttpSecuritySource.Dependencies Modifier and Type Method Description static BasicHttpSecuritySource.Dependencies
BasicHttpSecuritySource.Dependencies. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static BasicHttpSecuritySource.Dependencies[]
BasicHttpSecuritySource.Dependencies. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.officefloor.web.security.scheme that return types with arguments of type BasicHttpSecuritySource.Dependencies Modifier and Type Method Description HttpSecurity<HttpAuthentication<java.lang.Void>,HttpAccessControl,java.lang.Void,BasicHttpSecuritySource.Dependencies,None>
BasicHttpSecuritySource. sourceHttpSecurity(HttpSecurityContext context)
Method parameters in net.officefloor.web.security.scheme with type arguments of type BasicHttpSecuritySource.Dependencies Modifier and Type Method Description protected void
BasicHttpSecuritySource. loadMetaData(AbstractHttpSecuritySource.MetaDataContext<HttpAuthentication<java.lang.Void>,HttpAccessControl,java.lang.Void,BasicHttpSecuritySource.Dependencies,None> context)
-