Uses of Class
com.openkm.sdk4j.bean.Profile
-
Packages that use Profile Package Description com.openkm.sdk4j.bean com.openkm.sdk4j.definition com.openkm.sdk4j.impl -
-
Uses of Profile in com.openkm.sdk4j.bean
Methods in com.openkm.sdk4j.bean that return Profile Modifier and Type Method Description ProfileUserConfig. getProfile()Methods in com.openkm.sdk4j.bean with parameters of type Profile Modifier and Type Method Description voidUserConfig. setProfile(Profile profile) -
Uses of Profile in com.openkm.sdk4j.definition
Methods in com.openkm.sdk4j.definition that return Profile Modifier and Type Method Description ProfileBaseAuth. getUserProfile(String userId)Get user profileMethods in com.openkm.sdk4j.definition that return types with arguments of type Profile Modifier and Type Method Description List<Profile>BaseAuth. getProfiles(boolean filterByActive)Get all profiles -
Uses of Profile in com.openkm.sdk4j.impl
Methods in com.openkm.sdk4j.impl that return Profile Modifier and Type Method Description ProfileAuthImpl. getUserProfile(String userId)Methods in com.openkm.sdk4j.impl that return types with arguments of type Profile Modifier and Type Method Description List<Profile>AuthImpl. getProfiles(boolean filterByActive)
-