Uses of Class
org.zalando.fahrschein.domain.Authorization.AuthorizationAttribute
-
Packages that use Authorization.AuthorizationAttribute Package Description org.zalando.fahrschein org.zalando.fahrschein.domain -
-
Uses of Authorization.AuthorizationAttribute in org.zalando.fahrschein
Methods in org.zalando.fahrschein with parameters of type Authorization.AuthorizationAttribute Modifier and Type Method Description AuthorizationBuilderAuthorizationBuilder. withAdmins(Authorization.AuthorizationAttribute... admins)AuthorizationBuilderAuthorizationBuilder. withReaders(Authorization.AuthorizationAttribute... readers)Method parameters in org.zalando.fahrschein with type arguments of type Authorization.AuthorizationAttribute Modifier and Type Method Description AuthorizationBuilderAuthorizationBuilder. withAdmins(List<Authorization.AuthorizationAttribute> admins)AuthorizationBuilderAuthorizationBuilder. withReaders(List<Authorization.AuthorizationAttribute> readers) -
Uses of Authorization.AuthorizationAttribute in org.zalando.fahrschein.domain
Fields in org.zalando.fahrschein.domain declared as Authorization.AuthorizationAttribute Modifier and Type Field Description static Authorization.AuthorizationAttributeAuthorization.AuthorizationAttribute. ANYONEMethods in org.zalando.fahrschein.domain that return types with arguments of type Authorization.AuthorizationAttribute Modifier and Type Method Description List<Authorization.AuthorizationAttribute>Authorization. getAdmins()List<Authorization.AuthorizationAttribute>Authorization. getReaders()Constructor parameters in org.zalando.fahrschein.domain with type arguments of type Authorization.AuthorizationAttribute Constructor Description Authorization(List<Authorization.AuthorizationAttribute> admins, List<Authorization.AuthorizationAttribute> readers)
-