public class RekeyAction extends Object
| Constructor and Description |
|---|
RekeyAction() |
| Modifier and Type | Method and Description |
|---|---|
RekeyAction |
addAttribute(String attribute,
boolean isHybridized) |
RekeyAction |
disableAttribute(String attribute) |
RekeyAction |
pruneAccessPolicy(String accessPolicy) |
RekeyAction |
rekeyAccessPolicy(String accessPolicy) |
RekeyAction |
removeAttribute(String attribute) |
RekeyAction |
renameAttribute(String attribute,
String newName) |
VendorAttribute |
toVendorAttribute() |
public RekeyAction rekeyAccessPolicy(String accessPolicy) throws com.fasterxml.jackson.core.JsonProcessingException
com.fasterxml.jackson.core.JsonProcessingExceptionpublic RekeyAction pruneAccessPolicy(String accessPolicy) throws com.fasterxml.jackson.core.JsonProcessingException
com.fasterxml.jackson.core.JsonProcessingExceptionpublic RekeyAction removeAttribute(String attribute) throws com.fasterxml.jackson.core.JsonProcessingException
com.fasterxml.jackson.core.JsonProcessingExceptionpublic RekeyAction disableAttribute(String attribute) throws com.fasterxml.jackson.core.JsonProcessingException
com.fasterxml.jackson.core.JsonProcessingExceptionpublic RekeyAction addAttribute(String attribute, boolean isHybridized) throws com.fasterxml.jackson.core.JsonProcessingException
com.fasterxml.jackson.core.JsonProcessingExceptionpublic RekeyAction renameAttribute(String attribute, String newName) throws com.fasterxml.jackson.core.JsonProcessingException
com.fasterxml.jackson.core.JsonProcessingExceptionpublic VendorAttribute toVendorAttribute()
Copyright © 2024. All rights reserved.