Apache CXF API

org.apache.cxf.sts.token.validator
Class TokenValidatorParameters

java.lang.Object
  extended by org.apache.cxf.sts.token.validator.TokenValidatorParameters

public class TokenValidatorParameters
extends Object

This class encapsulates the parameters that will be passed to a TokenValidator instance to validate a token. It consists of both parameters that have been extracted from the request, as well as configuration specific to the Operation itself (STSPropertiesMBean etc.)


Constructor Summary
TokenValidatorParameters()
           
 
Method Summary
 KeyRequirements getKeyRequirements()
           
 Principal getPrincipal()
           
 String getRealm()
           
 STSPropertiesMBean getStsProperties()
           
 ReceivedToken getToken()
           
 TokenRequirements getTokenRequirements()
           
 TokenStore getTokenStore()
           
 WebServiceContext getWebServiceContext()
           
 void setKeyRequirements(KeyRequirements keyRequirements)
           
 void setPrincipal(Principal principal)
           
 void setRealm(String realm)
           
 void setStsProperties(STSPropertiesMBean stsProperties)
           
 void setToken(ReceivedToken token)
           
 void setTokenRequirements(TokenRequirements tokenRequirements)
           
 void setTokenStore(TokenStore tokenStore)
           
 void setWebServiceContext(WebServiceContext webServiceContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TokenValidatorParameters

public TokenValidatorParameters()
Method Detail

getToken

public ReceivedToken getToken()

setToken

public void setToken(ReceivedToken token)

getTokenStore

public TokenStore getTokenStore()

setTokenStore

public void setTokenStore(TokenStore tokenStore)

getTokenRequirements

public TokenRequirements getTokenRequirements()

setTokenRequirements

public void setTokenRequirements(TokenRequirements tokenRequirements)

getKeyRequirements

public KeyRequirements getKeyRequirements()

setKeyRequirements

public void setKeyRequirements(KeyRequirements keyRequirements)

getStsProperties

public STSPropertiesMBean getStsProperties()

setStsProperties

public void setStsProperties(STSPropertiesMBean stsProperties)

getWebServiceContext

public WebServiceContext getWebServiceContext()

setWebServiceContext

public void setWebServiceContext(WebServiceContext webServiceContext)

setPrincipal

public void setPrincipal(Principal principal)

getPrincipal

public Principal getPrincipal()

setRealm

public void setRealm(String realm)

getRealm

public String getRealm()

Apache CXF API

Apache CXF