Uses of Class
io.helidon.security.AuthenticationResponse.Builder
-
Packages that use AuthenticationResponse.Builder Package Description io.helidon.security Security -
-
Uses of AuthenticationResponse.Builder in io.helidon.security
Methods in io.helidon.security that return AuthenticationResponse.Builder Modifier and Type Method Description static AuthenticationResponse.Builder
AuthenticationResponse. builder()
Get a builder for more complex responses.AuthenticationResponse.Builder
AuthenticationResponse.Builder. service(Subject subject)
Set the service subject as created by this provider.AuthenticationResponse.Builder
AuthenticationResponse.Builder. user(Subject subject)
Set the user subject as created by this provider.
-