Удаление WebSphere TrustAssociationInterceptor - PullRequest
0 голосов
/ 24 января 2019

В настоящее время я выполняю миграцию из WebSphere в Tomcat. Но есть несколько классов, которые в настоящее время используют классы TAI и т. Д. В WebSphere. Можете ли вы предложить некоторые варианты, как отделить их от использования пакетов WebSphere. Вот классы, которые мы используем:

import com.ibm.websphere.security.CustomRegistryException;
import com.ibm.websphere.security.EntryNotFoundException;
import com.ibm.websphere.security.UserRegistry;
import com.ibm.websphere.security.WebTrustAssociationException;
import com.ibm.websphere.security.WebTrustAssociationFailedException;
import com.ibm.wsspi.security.tai.TAIResult;
import com.ibm.wsspi.security.tai.TrustAssociationInterceptor;
import com.ibm.wsspi.security.token.AttributeNameConstants;
...