Uses of Enum Class
org.eclipse.jetty.security.Constraint.Authorization
Packages that use Constraint.Authorization
Package
Description
Jetty Security : Modular Support for Security in Jetty
Jetty Security : Authenticators and Callbacks
- 
Uses of Constraint.Authorization in org.eclipse.jetty.security
Subclasses with type arguments of type Constraint.Authorization in org.eclipse.jetty.securityModifier and TypeClassDescriptionstatic enumThe Authorization applied to any authentication of the request/Methods in org.eclipse.jetty.security that return Constraint.AuthorizationModifier and TypeMethodDescriptionConstraint.Builder.getAuthorization()Constraint.getAuthorization()default Constraint.AuthorizationAuthenticator.getConstraintAuthentication(String pathInContext, Constraint.Authorization existing, Function<Boolean, Session> getSession) Get anConstraint.Authorizationapplicable to the path for this authenticator.MultiAuthenticator.getConstraintAuthentication(String pathInContext, Constraint.Authorization existing, Function<Boolean, Session> getSession) static Constraint.AuthorizationReturns the enum constant of this class with the specified name.static Constraint.Authorization[]Constraint.Authorization.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eclipse.jetty.security with parameters of type Constraint.AuthorizationModifier and TypeMethodDescriptionConstraint.Builder.authorization(Constraint.Authorization authorization) static ConstraintConstraint.from(String name, Constraint.Authorization authorization, String... roles) static ConstraintConstraint.from(String name, Constraint.Transport transport, Constraint.Authorization authorization, Set<String> roles) static ConstraintConstraint.from(Constraint.Transport transport, Constraint.Authorization authorization, Set<String> roles) default Constraint.AuthorizationAuthenticator.getConstraintAuthentication(String pathInContext, Constraint.Authorization existing, Function<Boolean, Session> getSession) Get anConstraint.Authorizationapplicable to the path for this authenticator.MultiAuthenticator.getConstraintAuthentication(String pathInContext, Constraint.Authorization existing, Function<Boolean, Session> getSession)  - 
Uses of Constraint.Authorization in org.eclipse.jetty.security.authentication
Methods in org.eclipse.jetty.security.authentication that return Constraint.AuthorizationModifier and TypeMethodDescriptionFormAuthenticator.getConstraintAuthentication(String pathInContext, Constraint.Authorization existing, Function<Boolean, Session> getSession) Methods in org.eclipse.jetty.security.authentication with parameters of type Constraint.AuthorizationModifier and TypeMethodDescriptionFormAuthenticator.getConstraintAuthentication(String pathInContext, Constraint.Authorization existing, Function<Boolean, Session> getSession)  - 
Uses of Constraint.Authorization in org.eclipse.jetty.security.openid
Methods in org.eclipse.jetty.security.openid that return Constraint.AuthorizationModifier and TypeMethodDescriptionOpenIdAuthenticator.getConstraintAuthentication(String pathInContext, Constraint.Authorization existing, Function<Boolean, Session> getSession) Methods in org.eclipse.jetty.security.openid with parameters of type Constraint.AuthorizationModifier and TypeMethodDescriptionOpenIdAuthenticator.getConstraintAuthentication(String pathInContext, Constraint.Authorization existing, Function<Boolean, Session> getSession)  - 
Uses of Constraint.Authorization in org.eclipse.jetty.security.siwe
Methods in org.eclipse.jetty.security.siwe that return Constraint.AuthorizationModifier and TypeMethodDescriptionEthereumAuthenticator.getConstraintAuthentication(String pathInContext, Constraint.Authorization existing, Function<Boolean, Session> getSession) Methods in org.eclipse.jetty.security.siwe with parameters of type Constraint.AuthorizationModifier and TypeMethodDescriptionEthereumAuthenticator.getConstraintAuthentication(String pathInContext, Constraint.Authorization existing, Function<Boolean, Session> getSession)