com.mangofactory.swagger.authorization
Class AuthorizationContext
java.lang.Object
com.mangofactory.swagger.authorization.AuthorizationContext
public class AuthorizationContext
- extends java.lang.Object
A class to represent a default set of authorizations to apply to each api operation
To customize which request mappings the list of authorizations are applied to Specify the custom includePatterns
or requestMethods
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getAuthorizationsForPath
public java.util.List<com.mangofactory.swagger.models.dto.Authorization> getAuthorizationsForPath(java.lang.String path)
getAuthorizations
public java.util.List<com.mangofactory.swagger.models.dto.Authorization> getAuthorizations()
getScalaAuthorizations
public java.util.List<com.mangofactory.swagger.models.dto.Authorization> getScalaAuthorizations()