Package org.eclipse.jetty.security
Class RoleInfo
java.lang.Object
org.eclipse.jetty.security.RoleInfo
Deprecated.
The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.
RoleInfo
Badly named class that holds the role and user data constraint info for a
path/http method combination, extracted and combined from security
constraints.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated.voidDeprecated.getRoles()Deprecated.Deprecated.booleanDeprecated.booleanDeprecated.booleanDeprecated.booleanDeprecated.voidsetAnyAuth(boolean anyAuth) Deprecated.voidsetAnyRole(boolean anyRole) Deprecated.voidsetChecked(boolean checked) Deprecated.voidsetForbidden(boolean forbidden) Deprecated.voidsetUserDataConstraint(UserDataConstraint userDataConstraint) Deprecated.toString()Deprecated.
-
Constructor Details
-
RoleInfo
public RoleInfo()Deprecated.
-
-
Method Details
-
isChecked
public boolean isChecked()Deprecated. -
setChecked
public void setChecked(boolean checked) Deprecated. -
isForbidden
public boolean isForbidden()Deprecated. -
setForbidden
public void setForbidden(boolean forbidden) Deprecated. -
isAnyRole
public boolean isAnyRole()Deprecated. -
setAnyRole
public void setAnyRole(boolean anyRole) Deprecated. -
isAnyAuth
public boolean isAnyAuth()Deprecated. -
setAnyAuth
public void setAnyAuth(boolean anyAuth) Deprecated. -
getUserDataConstraint
Deprecated. -
setUserDataConstraint
Deprecated. -
getRoles
Deprecated. -
addRole
Deprecated. -
combine
Deprecated. -
toString
Deprecated.
-