Uses of Interface
io.helidon.security.Entity
-
Packages that use Entity Package Description io.helidon.security Security -
-
Uses of Entity in io.helidon.security
Methods in io.helidon.security that return types with arguments of type Entity Modifier and Type Method Description Optional<Entity>
ProviderRequest. requestEntity()
Deprecated.entity access is going to be removed from securitydefault Optional<Entity>
SecurityRequest. requestEntity()
Deprecated.Access to entity is to be removed from securityOptional<Entity>
ProviderRequest. responseEntity()
Deprecated.entity access is going to be removed from securitydefault Optional<Entity>
SecurityRequest. responseEntity()
Deprecated.Access to entity is to be removed from securityMethods in io.helidon.security with parameters of type Entity Modifier and Type Method Description T
SecurityRequestBuilder. requestMessage(Entity entity)
Set the request message to use when security provider requires access to it.T
SecurityRequestBuilder. responseMessage(Entity entity)
Set the response message to use when security provider requires access to it.
-