public interface AuthorizationConstraint extends WebDescriptor
Modifier and Type | Field and Description |
---|---|
static String |
BASIC_METHOD |
static String |
FORM_METHOD |
static String |
MUTUAL_METHOD |
Modifier and Type | Method and Description |
---|---|
void |
addSecurityRole(SecurityRole securityRole)
Add a security role to the constraint.
|
Enumeration |
getSecurityRoles()
Return the security roles involved in this constraint.
|
getDescription, getLargeIconUri, getName, getSmallIconUri, setDescription, setLargeIconUri, setName, setSmallIconUri
static final String BASIC_METHOD
static final String FORM_METHOD
static final String MUTUAL_METHOD
Enumeration getSecurityRoles()
void addSecurityRole(SecurityRole securityRole)
the
- security role.Copyright © 2021. All rights reserved.