|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ws.security.saml.ext.SAMLParms
public class SAMLParms
Class SAMLParms is a parameter bean that is used to pass raw material from
the AssertionWrapper
to the SAML builders during statement
creation.
Constructor Summary | |
---|---|
SAMLParms()
|
Method Summary | |
---|---|
CallbackHandler |
getCallbackHandler()
Get the CallbackHandler instance used to populate the SAML Assertion content |
String |
getIssuer()
Method getIssuer returns the issuer of this SAMLParms object. |
org.opensaml.common.SAMLVersion |
getSAMLVersion()
Get the SAML Version of the SAML Assertion to generate |
void |
setCallbackHandler(CallbackHandler samlCallbackHandler)
Set the CallbackHandler instance used to populate the SAML Assertion content |
void |
setIssuer(String issuer)
Method setIssuer sets the issuer of this SAMLParms object. |
void |
setSAMLVersion(org.opensaml.common.SAMLVersion samlVersion)
Set the SAML Version of the SAML Assertion to generate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SAMLParms()
Method Detail |
---|
public String getIssuer()
public void setIssuer(String issuer)
issuer
- the issuer of this SAMLParms object.public org.opensaml.common.SAMLVersion getSAMLVersion()
public void setSAMLVersion(org.opensaml.common.SAMLVersion samlVersion)
samlVersion
- the SAML Version of the SAML Assertion to generatepublic CallbackHandler getCallbackHandler()
public void setCallbackHandler(CallbackHandler samlCallbackHandler)
samlCallbackHandler
- the CallbackHandler instance used to populate the
SAML Assertion content
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |