Uses of Class
com.axway.apim.api.model.User
-
Packages that use User Package Description com.axway.apim.adapter com.axway.apim.adapter.client.apps com.axway.apim.adapter.jackson com.axway.apim.adapter.user com.axway.apim.api.model com.axway.apim.api.model.apps -
-
Uses of User in com.axway.apim.adapter
Methods in com.axway.apim.adapter that return User Modifier and Type Method Description static UserAPIManagerAdapter. getCurrentUser()Methods in com.axway.apim.adapter with parameters of type User Modifier and Type Method Description StringAPIManagerAdapter. getHigherRole(User user) -
Uses of User in com.axway.apim.adapter.client.apps
Methods in com.axway.apim.adapter.client.apps that return User Modifier and Type Method Description UserClientAppFilter. getCreatedBy()Methods in com.axway.apim.adapter.client.apps with parameters of type User Modifier and Type Method Description ClientAppFilter.BuilderClientAppFilter.Builder. hasCreatedBy(User user)voidClientAppFilter. setCreatedBy(User createdBy) -
Uses of User in com.axway.apim.adapter.jackson
Methods in com.axway.apim.adapter.jackson that return User Modifier and Type Method Description UserUserDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt)Methods in com.axway.apim.adapter.jackson that return types with arguments of type User Modifier and Type Method Description Class<User>UserSerializer. handledType()Methods in com.axway.apim.adapter.jackson with parameters of type User Modifier and Type Method Description voidUserSerializer. serialize(User user, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider)Constructor parameters in com.axway.apim.adapter.jackson with type arguments of type User Constructor Description UserDeserializer(Class<User> user)UserSerializer(Class<User> user) -
Uses of User in com.axway.apim.adapter.user
Methods in com.axway.apim.adapter.user that return User Modifier and Type Method Description UserAPIManagerUserAdapter. createOrUpdateUser(User desiredUser, User actualUser)UserAPIManagerUserAdapter. createUser(User desiredUser)UserAPIManagerUserAdapter. getUser(UserFilter filter)UserAPIManagerUserAdapter. getUserForId(String userId)UserAPIManagerUserAdapter. getUserForLoginName(String loginName)UserAPIManagerUserAdapter. updateUser(User desiredUser, User actualUser)Methods in com.axway.apim.adapter.user that return types with arguments of type User Modifier and Type Method Description List<User>APIManagerUserAdapter. getUsers(UserFilter filter)Methods in com.axway.apim.adapter.user with parameters of type User Modifier and Type Method Description voidAPIManagerUserAdapter. changePassword(String newPassword, User actualUser)UserAPIManagerUserAdapter. createOrUpdateUser(User desiredUser, User actualUser)UserAPIManagerUserAdapter. createUser(User desiredUser)voidAPIManagerUserAdapter. deleteUser(User user)booleanUserFilter. filter(User user)UserAPIManagerUserAdapter. updateUser(User desiredUser, User actualUser) -
Uses of User in com.axway.apim.api.model
Methods in com.axway.apim.api.model that return User Modifier and Type Method Description UserRemoteHost. getCreatedBy()Methods in com.axway.apim.api.model with parameters of type User Modifier and Type Method Description voidRemoteHost. setCreatedBy(User createdBy) -
Uses of User in com.axway.apim.api.model.apps
Methods in com.axway.apim.api.model.apps that return User Modifier and Type Method Description UserApplicationPermission. getUser()Methods in com.axway.apim.api.model.apps with parameters of type User Modifier and Type Method Description voidApplicationPermission. setUser(User user)
-