|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opensaml.common.binding.decoding.impl.AbstractMessageDecoderBuilder<MessageDecoderType>
MessageDecoderType
- type of decoder created by this builderpublic abstract class AbstractMessageDecoderBuilder<MessageDecoderType extends AbstractMessageDecoder>
Base class for message decoder builders.
Constructor Summary | |
---|---|
AbstractMessageDecoderBuilder()
|
Method Summary | |
---|---|
MessageDecoderType |
buildDecoder()
Creates a new instance of the message decoder. |
protected abstract MessageDecoderType |
doBuildEncoder()
Builds the message decoder. |
MetadataProvider |
getMetadataProvider()
Gets the metadata provider used to lookup information about the issuer. |
ParserPool |
getParser()
Gets the parser pool used to parse messages. |
SecurityPolicyFactory |
getPolicyFactory()
Gets the policy factory used to create security policy instances. |
TrustEngine |
getTrustEngine()
Gets the trust engine used to evaluate message trustworthiness. |
void |
setMetadataProvider(MetadataProvider provider)
Sets the metadata provider used to lookup information about the issuer. |
void |
setParser(ParserPool pool)
Sets the parser pool used to parse messages. |
void |
setPolicyFactory(SecurityPolicyFactory factory)
Sets the policy factory used to create security policy instances. |
void |
setTrustEngine(TrustEngine engine)
Sets the trust engine used to evaluate message trustworthiness. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractMessageDecoderBuilder()
Method Detail |
---|
public MetadataProvider getMetadataProvider()
public void setMetadataProvider(MetadataProvider provider)
provider
- metadata provider used to lookup information about the issuerpublic ParserPool getParser()
public void setParser(ParserPool pool)
pool
- parser pool used to parse messagespublic SecurityPolicyFactory getPolicyFactory()
public void setPolicyFactory(SecurityPolicyFactory factory)
factory
- policy factory used to create security policy instancespublic TrustEngine getTrustEngine()
public void setTrustEngine(TrustEngine engine)
engine
- trust engine used to evaluate message trustworthinesspublic MessageDecoderType buildDecoder()
buildDecoder
in interface MessageDecoderBuilder<MessageDecoderType extends AbstractMessageDecoder>
protected abstract MessageDecoderType doBuildEncoder()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |