Package org.openiam.srvc.am
Interface AuthProviderWebService
-
- All Known Implementing Classes:
AuthProviderWebServiceImpl
public interface AuthProviderWebService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Response
deleteAuthProvider(String providerId)
List<AuthAttribute>
findAuthAttributeBeans(AuthAttributeSearchBean searchBean, int from, int size)
AuthProviderListResponse
findAuthProviderBeans(AuthProviderSearchBean searchBean, int from, int size)
Response
generatePublicPrivateKeyPairForSAMLIdentityprovider(String providerId)
AuthProvider
getAuthProvider(String providerId)
AuthProviderType
getAuthProviderType(String providerType)
List<AuthProviderType>
getAuthProviderTypeList()
List<AuthProviderType>
getSocialAuthProviderTypeList()
Response
refreshCache()
Response
saveAuthProvider(AuthProvider provider)
-
-
-
Method Detail
-
findAuthAttributeBeans
List<AuthAttribute> findAuthAttributeBeans(AuthAttributeSearchBean searchBean, int from, int size)
-
getAuthProviderType
AuthProviderType getAuthProviderType(String providerType)
-
getAuthProviderTypeList
List<AuthProviderType> getAuthProviderTypeList()
-
getSocialAuthProviderTypeList
List<AuthProviderType> getSocialAuthProviderTypeList()
-
getAuthProvider
AuthProvider getAuthProvider(String providerId)
-
generatePublicPrivateKeyPairForSAMLIdentityprovider
Response generatePublicPrivateKeyPairForSAMLIdentityprovider(String providerId)
-
findAuthProviderBeans
AuthProviderListResponse findAuthProviderBeans(AuthProviderSearchBean searchBean, int from, int size)
-
saveAuthProvider
Response saveAuthProvider(AuthProvider provider)
-
refreshCache
Response refreshCache()
-
-