Uses of Class
com.openkm.sdk4j.bean.ChangeSecurity
-
Packages that use ChangeSecurity Package Description com.openkm.sdk4j.definition com.openkm.sdk4j.impl -
-
Uses of ChangeSecurity in com.openkm.sdk4j.definition
Methods in com.openkm.sdk4j.definition with parameters of type ChangeSecurity Modifier and Type Method Description voidBaseAuth. changeSecurity(String uuid, ChangeSecurity changeSecurity)Change several security permissions in the same call.voidBaseAuth. overwriteSecurity(String uuid, ChangeSecurity changeSecurity)Change several security permissions in the same call. -
Uses of ChangeSecurity in com.openkm.sdk4j.impl
Methods in com.openkm.sdk4j.impl with parameters of type ChangeSecurity Modifier and Type Method Description voidAuthImpl. changeSecurity(String uuid, ChangeSecurity changeSecurity)voidAuthImpl. overwriteSecurity(String uuid, ChangeSecurity changeSecurity)
-