Package org.apereo.cas.mgmt.authz.yaml
Class YamlResourceAuthorizationGenerator
- java.lang.Object
-
- org.apereo.cas.mgmt.authz.json.JsonResourceAuthorizationGenerator
-
- org.apereo.cas.mgmt.authz.yaml.YamlResourceAuthorizationGenerator
-
- All Implemented Interfaces:
org.pac4j.core.authorization.generator.AuthorizationGenerator<org.pac4j.core.profile.CommonProfile>
public class YamlResourceAuthorizationGenerator extends JsonResourceAuthorizationGenerator
This isYamlResourceAuthorizationGenerator.- Since:
- 5.2.0
-
-
Constructor Summary
Constructors Constructor Description YamlResourceAuthorizationGenerator(org.springframework.core.io.Resource resource)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected com.fasterxml.jackson.core.JsonFactorygetJsonFactory()-
Methods inherited from class org.apereo.cas.mgmt.authz.json.JsonResourceAuthorizationGenerator
generate
-
-
-
-
Method Detail
-
getJsonFactory
protected com.fasterxml.jackson.core.JsonFactory getJsonFactory()
- Overrides:
getJsonFactoryin classJsonResourceAuthorizationGenerator
-
-