public void updateCredential(IdentityStoreInvocationContext ctx, IdentityObject identityObject, IdentityObjectCredential credential) throws IdentityException
{
IdentityStore toStore = resolveIdentityStore(identityObject);
IdentityStoreInvocationContext targetCtx = resolveInvocationContext(toStore, ctx);
toStore.updateCredential(targetCtx, identityObject, credential);
}
public Set<String> getSupportedAttributeNames(IdentityStoreInvocationContext invocationContext, IdentityObjectType identityType) throws IdentityException
{