Uses of Class
com.soffid.iam.sync.intf.AuthoritativeChangeIdentifier
-
Packages that use AuthoritativeChangeIdentifier Package Description com.soffid.iam.sync.intf es.caib.seycon.ng.sync.intf -
-
Uses of AuthoritativeChangeIdentifier in com.soffid.iam.sync.intf
Methods in com.soffid.iam.sync.intf that return AuthoritativeChangeIdentifier Modifier and Type Method Description AuthoritativeChangeIdentifierAuthoritativeChange. getId()Gets value for attribute idstatic AuthoritativeChangeIdentifierAuthoritativeChangeIdentifier. toAuthoritativeChangeIdentifier(AuthoritativeChangeIdentifier vo)Creates a AuthoritativeChangeIdentifier value object based on a AuthoritativeChangeIdentifier object.static AuthoritativeChangeIdentifier[]AuthoritativeChangeIdentifier. toAuthoritativeChangeIdentifierArray(AuthoritativeChangeIdentifier[] source)Creates a AuthoritativeChangeIdentifier array on a AuthoritativeChangeIdentifier array.Methods in com.soffid.iam.sync.intf that return types with arguments of type AuthoritativeChangeIdentifier Modifier and Type Method Description static AsyncList<AuthoritativeChangeIdentifier>AuthoritativeChangeIdentifier. toAuthoritativeChangeIdentifierAsyncList(AsyncList<AuthoritativeChangeIdentifier> source)Creates a AuthoritativeChangeIdentifier asynclist on a AuthoritativeChangeIdentifier collection.static PagedResult<AuthoritativeChangeIdentifier>AuthoritativeChangeIdentifier. toAuthoritativeChangeIdentifierList(PagedResult<AuthoritativeChangeIdentifier> source)Creates a AuthoritativeChangeIdentifier pagedResult on a AuthoritativeChangeIdentifier collection.static List<AuthoritativeChangeIdentifier>AuthoritativeChangeIdentifier. toAuthoritativeChangeIdentifierList(Collection<AuthoritativeChangeIdentifier> source)Creates a AuthoritativeChangeIdentifier list on a AuthoritativeChangeIdentifier collection.Methods in com.soffid.iam.sync.intf with parameters of type AuthoritativeChangeIdentifier Modifier and Type Method Description voidAuthoritativeIdentitySource. commitChange(AuthoritativeChangeIdentifier id)Commits a change.voidAuthoritativeChange. setId(AuthoritativeChangeIdentifier id)Sets value for attribute idstatic voidAuthoritativeChangeIdentifier. toAuthoritativeChangeIdentifier(AuthoritativeChangeIdentifier source, AuthoritativeChangeIdentifier target)Updates a AuthoritativeChangeIdentifier value object based on a AuthoritativeChangeIdentifier object.Constructors in com.soffid.iam.sync.intf with parameters of type AuthoritativeChangeIdentifier Constructor Description AuthoritativeChange(AuthoritativeChangeIdentifier id, SoffidObjectType objectType, String sourceSystem, User user, Map<String,Object> attributes, Set<String> groups, Collection<GroupUser> groups2, Group group, CustomObject object)AuthoritativeChangeIdentifier(AuthoritativeChangeIdentifier otherBean) -
Uses of AuthoritativeChangeIdentifier in es.caib.seycon.ng.sync.intf
Methods in es.caib.seycon.ng.sync.intf with parameters of type AuthoritativeChangeIdentifier Modifier and Type Method Description static AuthoritativeChangeIdentifierAuthoritativeChangeIdentifier. toAuthoritativeChangeIdentifier(AuthoritativeChangeIdentifier vo)Creates a AuthoritativeChangeIdentifier value object based on a AuthoritativeChangeIdentifier object.static voidAuthoritativeChangeIdentifier. toAuthoritativeChangeIdentifier(AuthoritativeChangeIdentifier source, AuthoritativeChangeIdentifier target)Updates a AuthoritativeChangeIdentifier value object based on a AuthoritativeChangeIdentifier object.static AuthoritativeChangeIdentifier[]AuthoritativeChangeIdentifier. toAuthoritativeChangeIdentifierArray(AuthoritativeChangeIdentifier[] source)Creates a AuthoritativeChangeIdentifier array on a AuthoritativeChangeIdentifier array.Method parameters in es.caib.seycon.ng.sync.intf with type arguments of type AuthoritativeChangeIdentifier Modifier and Type Method Description static AsyncList<AuthoritativeChangeIdentifier>AuthoritativeChangeIdentifier. toAuthoritativeChangeIdentifierAsyncList(AsyncList<AuthoritativeChangeIdentifier> source)Creates a AuthoritativeChangeIdentifier asynclist on a AuthoritativeChangeIdentifier collection.static PagedResult<AuthoritativeChangeIdentifier>AuthoritativeChangeIdentifier. toAuthoritativeChangeIdentifierList(PagedResult<AuthoritativeChangeIdentifier> source)Creates a AuthoritativeChangeIdentifier pagedResult on a AuthoritativeChangeIdentifier collection.static List<AuthoritativeChangeIdentifier>AuthoritativeChangeIdentifier. toAuthoritativeChangeIdentifierList(Collection<AuthoritativeChangeIdentifier> source)Creates a AuthoritativeChangeIdentifier list on a AuthoritativeChangeIdentifier collection.
-