|
||||||||||
| 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 | |
|---|---|
javax.security.auth.callback.CallbackHandler |
getCallbackHandler()
Get the CallbackHandler instance used to populate the SAML Assertion content |
java.lang.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(javax.security.auth.callback.CallbackHandler samlCallbackHandler)
Set the CallbackHandler instance used to populate the SAML Assertion content |
void |
setIssuer(java.lang.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 java.lang.String getIssuer()
public void setIssuer(java.lang.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 javax.security.auth.callback.CallbackHandler getCallbackHandler()
public void setCallbackHandler(javax.security.auth.callback.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 | |||||||||