|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AuthorizationRule | |
|---|---|
| org.wamblee.security.authorization | |
| org.wamblee.security.authorization.hibernate | |
| Uses of AuthorizationRule in org.wamblee.security.authorization |
|---|
| Classes in org.wamblee.security.authorization that implement AuthorizationRule | |
|---|---|
class |
UrlAuthorizationRule
Utility base class for implementation of authentication rules based on the The path of the resource. |
| Methods in org.wamblee.security.authorization that return AuthorizationRule | |
|---|---|
AuthorizationRule[] |
AuthorizationService.getRules()
Gets the authorization rules. |
AuthorizationRule[] |
DefaultAuthorizationService.getRules()
|
| Methods in org.wamblee.security.authorization that return types with arguments of type AuthorizationRule | |
|---|---|
protected java.util.List<AuthorizationRule> |
DefaultAuthorizationService.getMappedRules()
For OR mapping. |
| Methods in org.wamblee.security.authorization with parameters of type AuthorizationRule | |
|---|---|
void |
AuthorizationService.appendRule(AuthorizationRule aRule)
Appends a new authorization rule to the end. |
void |
DefaultAuthorizationService.appendRule(AuthorizationRule aRule)
|
void |
AuthorizationService.insertRuleAfter(int aIndex,
AuthorizationRule aRule)
Inserts a rule. |
void |
DefaultAuthorizationService.insertRuleAfter(int aIndex,
AuthorizationRule aRule)
|
| Method parameters in org.wamblee.security.authorization with type arguments of type AuthorizationRule | |
|---|---|
protected void |
DefaultAuthorizationService.setMappedRules(java.util.List<AuthorizationRule> aRules)
For OR mapping. |
| Constructors in org.wamblee.security.authorization with parameters of type AuthorizationRule | |
|---|---|
AuthorizationInitializer(AuthorizationService aService,
AuthorizationRule[] aRules)
Initializes authorization rules in case none are present. |
|
| Uses of AuthorizationRule in org.wamblee.security.authorization.hibernate |
|---|
| Methods in org.wamblee.security.authorization.hibernate that return AuthorizationRule | |
|---|---|
AuthorizationRule[] |
PersistentAuthorizationService.getRules()
|
| Methods in org.wamblee.security.authorization.hibernate with parameters of type AuthorizationRule | |
|---|---|
void |
PersistentAuthorizationService.appendRule(AuthorizationRule aRule)
|
void |
PersistentAuthorizationService.insertRuleAfter(int aIndex,
AuthorizationRule aRule)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||