Lines Matching refs:IdType

89      * Return supported operations for a given IdType
93 * @return set of IdOperation supported for this IdType.
95 public Set<IdOperation> getSupportedOperations(IdType type) {
109 public Set<IdType> getSupportedTypes() {
128 public abstract boolean isExists(SSOToken token, IdType type, String name)
146 public boolean isActive(SSOToken token, IdType type, String name)
165 public abstract void setActiveStatus(SSOToken token, IdType type,
183 public abstract Map<String, Set<String>> getAttributes(SSOToken token, IdType type, String name)
202 public abstract Map<String, Set<String>> getAttributes(SSOToken token, IdType type, String name,
221 public abstract Map<String, byte[][]> getBinaryAttributes(SSOToken token, IdType type,
238 public abstract String create(SSOToken token, IdType type, String name,
253 public abstract void delete(SSOToken token, IdType type, String name)
273 public abstract void setAttributes(SSOToken token, IdType type,
295 public abstract void setBinaryAttributes(SSOToken token, IdType type,
312 public void changePassword(SSOToken token, IdType type,
335 public abstract void removeAttributes(SSOToken token, IdType type,
365 public abstract RepoSearchResults search(SSOToken token, IdType type,
384 * IdType of members.
390 public abstract void modifyMemberShip(SSOToken token, IdType type,
391 String name, Set<String> members, IdType membersType, int operation)
405 * IdType of members of name object.
411 public abstract Set<String> getMembers(SSOToken token, IdType type, String name,
412 IdType membersType) throws IdRepoException, SSOException;
425 * IdType of memberships to return.
431 public abstract Set<String> getMemberships(SSOToken token, IdType type,
432 String name, IdType membershipType) throws IdRepoException,
460 public abstract void assignService(SSOToken token, IdType type,
482 public abstract Set<String> getAssignedServices(SSOToken token, IdType type,
504 public abstract void unassignService(SSOToken token, IdType type,
526 public abstract Map<String, Set<String>> getServiceAttributes(SSOToken token, IdType type,
549 public abstract Map<String, byte[][]> getBinaryServiceAttributes(SSOToken token, IdType type,
570 public abstract void modifyService(SSOToken token, IdType type,
623 public String getFullyQualifiedName(SSOToken token, IdType type,