|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.mule.transformer.AbstractTransformer
org.mule.transformer.AbstractMessageTransformer
jp.co.ogis_ri.citk.authn.transformer.http.RedirectionTransformer
public class RedirectionTransformer
Mule ESBのリダイレクト処理トランスフォーマークラス。
フィールドの概要 |
---|
クラス org.mule.transformer.AbstractTransformer から継承されたフィールド |
---|
encoding, endpoint, mimeType, MULE_MESSAGE_DATA_TYPE, muleContext, name, returnType, sourceTypes |
インタフェース org.mule.api.lifecycle.Initialisable から継承されたフィールド |
---|
PHASE_NAME |
インタフェース org.mule.api.lifecycle.Disposable から継承されたフィールド |
---|
PHASE_NAME |
インタフェース org.mule.api.AnnotatedObject から継承されたフィールド |
---|
PROPERTY_NAME |
コンストラクタの概要 | |
---|---|
RedirectionTransformer()
コンストラクタ。 |
メソッドの概要 | |
---|---|
RequestParameterCache |
getCache()
リクエストMuleMessgaeを収めたキャッシュを取得する。 |
String |
getDomain()
発行Cookieのドメインを取得する。 |
String |
getIdpAuthnCookieName()
IdPの認証Cookie名称を取得する。 |
String |
getRequestProtocol()
リクエストプロトコルを取得する。 |
void |
setCache(RequestParameterCache cache)
リクエストMuleMessgaeを収めたキャッシュ設定する。 |
void |
setDomain(String domain)
発行Cookieのドメインを設定する。 |
void |
setIdpAuthnCookieName(String idpAuthnCookieName)
IdPの認証Cookie名称を設定する。 |
void |
setRequestProtocol(String requestProtocol)
リクエストプロトコルを取得する。 |
Object |
transformMessage(MuleMessage message,
String outputEncoding)
リダイレクト処理を行う。 |
クラス org.mule.transformer.AbstractMessageTransformer から継承されたメソッド |
---|
checkReturnClass, doTransform, isSourceDataTypeSupported, transform, transform, transform |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
インタフェース org.mule.api.transformer.Transformer から継承されたメソッド |
---|
getEncoding, getEndpoint, getMimeType, getReturnClass, getReturnDataType, getSourceDataTypes, getSourceTypes, isAcceptNull, isIgnoreBadInput, isSourceDataTypeSupported, isSourceTypeSupported, setReturnClass, setReturnDataType, transform |
インタフェース org.mule.api.processor.MessageProcessor から継承されたメソッド |
---|
process |
インタフェース org.mule.api.lifecycle.Initialisable から継承されたメソッド |
---|
initialise |
インタフェース org.mule.api.lifecycle.Disposable から継承されたメソッド |
---|
dispose |
インタフェース org.mule.api.NameableObject から継承されたメソッド |
---|
setName |
インタフェース org.mule.api.NamedObject から継承されたメソッド |
---|
getName |
インタフェース org.mule.api.context.MuleContextAware から継承されたメソッド |
---|
setMuleContext |
インタフェース org.mule.endpoint.EndpointAware から継承されたメソッド |
---|
setEndpoint |
コンストラクタの詳細 |
---|
public RedirectionTransformer()
メソッドの詳細 |
---|
public String getRequestProtocol()
public void setRequestProtocol(String requestProtocol)
requestProtocol
- リクエストプロトコル。public RequestParameterCache getCache()
public void setCache(RequestParameterCache cache)
cache
- リクエストMuleMessgaeを収めたキャッシュ。public String getDomain()
public void setDomain(String domain)
domain
- 発行Cookieのドメイン。public String getIdpAuthnCookieName()
public void setIdpAuthnCookieName(String idpAuthnCookieName)
idpAuthnCookieName
- IdPの認証Cookie名称。public Object transformMessage(MuleMessage message, String outputEncoding) throws TransformerException
AbstractMessageTransformer
内の transformMessage
message
- 変換対象のMuleMessage。outputEncoding
- エンコード。
TransformerException。
TransformerException
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |