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.BuilderAuthenticationResponse. builder()Get a builder for more complex responses.AuthenticationResponse.BuilderAuthenticationResponse.Builder. service(Subject subject)Set the service subject as created by this provider.AuthenticationResponse.BuilderAuthenticationResponse.Builder. user(Subject subject)Set the user subject as created by this provider.
-