Package org.cyclos.services.access
Interface IdentityProviderService
-
- All Superinterfaces:
CRUDService<IdentityProviderDTO,IdentityProviderData,IdentityProviderType>,Service
- All Known Subinterfaces:
IdentityProviderServiceLocal
public interface IdentityProviderService extends CRUDService<IdentityProviderDTO,IdentityProviderData,IdentityProviderType>
Service for external identity providers
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<IdentityProviderVO>list()Returns all identity providersvoidsaveOrder(List<Long> ids)Reorders the providers-
Methods inherited from interface org.cyclos.services.CRUDService
getData, getDataForNew, load, remove, removeAll, save
-
-
-
-
Method Detail
-
list
List<IdentityProviderVO> list() throws FrameworkException
Returns all identity providers- Throws:
FrameworkException
-
saveOrder
void saveOrder(List<Long> ids) throws FrameworkException
Reorders the providers- Throws:
FrameworkException
-
-