public class AuthorizationRule extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
AuthorizationRule() |
|
AuthorizationRule(String servletPath,
List<AllowedEntity> entities,
boolean requiresToken,
List<org.gcube.common.authorization.library.ClientType> acceptedTokenType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<org.gcube.common.authorization.library.ClientType> |
getAcceptedTokenType() |
List<AllowedEntity> |
getEntities() |
String |
getServletPath() |
int |
hashCode() |
boolean |
isTokenRequired() |
String |
toString() |
protected AuthorizationRule()
public AuthorizationRule(String servletPath, List<AllowedEntity> entities, boolean requiresToken, List<org.gcube.common.authorization.library.ClientType> acceptedTokenType)
public String getServletPath()
public List<AllowedEntity> getEntities()
public boolean isTokenRequired()
public List<org.gcube.common.authorization.library.ClientType> getAcceptedTokenType()
Copyright © 2019. All Rights Reserved.