Interface JPAProtectionInfo
public interface JPAProtectionInfo
Provides information about a protected attribute
- Author:
- Oliver Grande
-
Method Summary
Modifier and TypeMethodDescriptionThe protected attributeClaim names that shall be used to protect this attributegetPath()Path within the entity type to the attributebooleanReturns the maintained wildcard setting.
-
Method Details
-
getAttribute
JPAAttribute getAttribute()The protected attribute- Returns:
-
getPath
JPAPath getPath()Path within the entity type to the attribute- Returns:
-
getClaimName
String getClaimName()Claim names that shall be used to protect this attribute- Returns:
-
supportsWildcards
boolean supportsWildcards()Returns the maintained wildcard setting.- Returns:
-