Apache CXF API

org.apache.cxf.rs.security.saml.sso
Class LogoutResponse

java.lang.Object
  extended by org.apache.cxf.rs.security.saml.sso.LogoutResponse

public class LogoutResponse
extends Object


Constructor Summary
LogoutResponse(String principalName, String mainApplicationAddress)
           
 
Method Summary
 String getMainApplicationAddress()
           
 String getPrincipalName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogoutResponse

public LogoutResponse(String principalName,
                      String mainApplicationAddress)
Method Detail

getPrincipalName

public String getPrincipalName()

getMainApplicationAddress

public String getMainApplicationAddress()

Apache CXF API

Apache CXF