Class RPTIntrospectionProvider.UmaPermissionRepresentation
- java.lang.Object
- 
- org.keycloak.representations.idm.authorization.Permission
- 
- org.keycloak.authorization.protection.introspect.RPTIntrospectionProvider.UmaPermissionRepresentation
 
 
- 
- Enclosing class:
- RPTIntrospectionProvider
 
 public static class RPTIntrospectionProvider.UmaPermissionRepresentation extends Permission 
- 
- 
Constructor SummaryConstructors Constructor Description UmaPermissionRepresentation(Permission permission)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetUmaResourceId()Set<String>getUmaResourceScopes()- 
Methods inherited from class org.keycloak.representations.idm.authorization.Permissionequals, getClaims, getResourceId, getResourceName, getScopes, hashCode, setResourceId, setResourceName, setScopes, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
UmaPermissionRepresentationpublic UmaPermissionRepresentation(Permission permission) 
 
- 
 
-