@Label(value="SecurityConstraint") public interface SecurityConstraintDescriptor extends WebDescriptor
Modifier and Type | Method and Description |
---|---|
List<AuthConstraintDescriptor> |
getAuthConstraints() |
List<DisplayNameDescriptor> |
getDisplayNames() |
List<UserDataConstraintDescriptor> |
getUserDataConstraints() |
List<WebResourceCollectionDescriptor> |
getWebResourceCollections() |
@Relation(value="HAS_DISPLAY_NAME") List<DisplayNameDescriptor> getDisplayNames()
@Relation(value="HAS_USER_DATA_CONSTRAINT") List<UserDataConstraintDescriptor> getUserDataConstraints()
@Relation(value="HAS_AUTH_CONSTRAINT") List<AuthConstraintDescriptor> getAuthConstraints()
@Relation(value="HAS_WEB_RESOURCE_COLLECTION") List<WebResourceCollectionDescriptor> getWebResourceCollections()
Copyright © 2016 buschmais GbR. All rights reserved.