Uses of Class
io.helidon.security.Subject.Builder
Packages that use Subject.Builder
-
Uses of Subject.Builder in io.helidon.security
Methods in io.helidon.security that return Subject.BuilderModifier and TypeMethodDescriptionSubject.Builder.addAttribute(String key, Object value) Add an attribute to this subject.Add a grant to this subject.Subject.Builder.addPrincipal(Principal principal) Add a principal to the list of principals of this subject.Subject.Builder.addPrivateCredential(Class<?> className, Object instance) Add a private credential to this subject.Subject.Builder.addPrivateCredential(Object instance) Add a private credential to this subject to be bound under its class.Subject.Builder.addPublicCredential(Class<?> className, Object instance) Add a public credential to this subject.Subject.Builder.addPublicCredential(Object instance) Add a public credential to this subject to be bound under its class.Subject.Builder.attributes(AbacSupport attributes) Add all attributes to this subject.static Subject.BuilderSubject.builder()Creates a fluent API builder to build new instances of this class.Main principal of this subject.Update this builder with all security information from the subject provided.