Class AuthAppPermChecker
-
- All Implemented Interfaces:
-
org.springframework.core.Ordered,pro.fessional.wings.slardar.security.impl.ComboWingsAuthCheckService.Combo
public class AuthAppPermChecker extends AbstractAuthPermCheckComboCheck Permission via spring.application.name. Typically used for native authentication
- Since:
2022-01-18
trydofor
-
-
Field Summary
Fields Modifier and Type Field Description public Set<String>appPermpublic final static intHIGHEST_PRECEDENCEpublic final static intLOWEST_PRECEDENCE
-
Constructor Summary
Constructors Constructor Description AuthAppPermChecker()
-
Method Summary
Modifier and Type Method Description Set<String>getAppPerm()voidsetAppPerm(Set<String> appPerm)intgetOrder()-
-
Method Detail
-
getAppPerm
Set<String> getAppPerm()
-
setAppPerm
void setAppPerm(Set<String> appPerm)
-
getOrder
int getOrder()
-
-
-
-