Apache CXF API

org.apache.cxf.rs.security.saml
Class SAMLUtils.SelfSignInfo

java.lang.Object
  extended by org.apache.cxf.rs.security.saml.SAMLUtils.SelfSignInfo
Enclosing class:
SAMLUtils

public static class SAMLUtils.SelfSignInfo
extends Object


Constructor Summary
SAMLUtils.SelfSignInfo(org.apache.wss4j.common.crypto.Crypto crypto, String user, String password)
           
 
Method Summary
 org.apache.wss4j.common.crypto.Crypto getCrypto()
           
 String getPassword()
           
 String getUser()
           
 void setPassword(String password)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SAMLUtils.SelfSignInfo

public SAMLUtils.SelfSignInfo(org.apache.wss4j.common.crypto.Crypto crypto,
                              String user,
                              String password)
Method Detail

getCrypto

public org.apache.wss4j.common.crypto.Crypto getCrypto()

getUser

public String getUser()

getPassword

public String getPassword()

setPassword

public void setPassword(String password)

Apache CXF API

Apache CXF