Uses of Class
net.officefloor.web.security.scheme.DigestHttpSecuritySource.Dependencies
-
Packages that use DigestHttpSecuritySource.Dependencies Package Description net.officefloor.web.security.scheme -
-
Uses of DigestHttpSecuritySource.Dependencies in net.officefloor.web.security.scheme
Methods in net.officefloor.web.security.scheme that return DigestHttpSecuritySource.Dependencies Modifier and Type Method Description static DigestHttpSecuritySource.Dependencies
DigestHttpSecuritySource.Dependencies. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DigestHttpSecuritySource.Dependencies[]
DigestHttpSecuritySource.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 DigestHttpSecuritySource.Dependencies Modifier and Type Method Description HttpSecurity<HttpAuthentication<java.lang.Void>,HttpAccessControl,java.lang.Void,DigestHttpSecuritySource.Dependencies,None>
DigestHttpSecuritySource. sourceHttpSecurity(HttpSecurityContext context)
Method parameters in net.officefloor.web.security.scheme with type arguments of type DigestHttpSecuritySource.Dependencies Modifier and Type Method Description protected void
DigestHttpSecuritySource. loadMetaData(AbstractHttpSecuritySource.MetaDataContext<HttpAuthentication<java.lang.Void>,HttpAccessControl,java.lang.Void,DigestHttpSecuritySource.Dependencies,None> context)
-