Skip navigation links
oracle.webcenter.spaces.ws.client
Class GroupSpaceWSContext
java.lang.Object
oracle.webcenter.spaces.ws.client.GroupSpaceWSContext
- All Implemented Interfaces:
- java.io.Serializable
-
public final class GroupSpaceWSContext
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GroupSpaceWSContext
public GroupSpaceWSContext()
setEndPoint
public void setEndPoint(java.lang.String endPoint)
getEndPoint
public java.lang.String getEndPoint()
setPoliciesLocation
public void setPoliciesLocation(java.lang.String policiesLocation)
getPoliciesLocation
public java.lang.String getPoliciesLocation()
setPoliciesType
public void setPoliciesType(GroupSpaceWSContext.policyType policiesType)
getPoliciesType
public GroupSpaceWSContext.policyType getPoliciesType()
setUserName
public void setUserName(java.lang.String userName)
- Deprecated.
- This API is no longer supported. In order to set the user name you need to have you own security(login/logout) which will automatically recognize the currently logged in user and will send the logged in user's data.
getUserName
public java.lang.String getUserName()
setSamlIssuerName
public void setSamlIssuerName(java.lang.String samlIssuerName)
getSamlIssuerName
public java.lang.String getSamlIssuerName()
setRecipientKeyAlias
public void setRecipientKeyAlias(java.lang.String recipientKeyAlias)
- Setter for the recipient key alias. Clients need to set the recipient key alias as this alias is used by OWSM for data encryption for the policy we use wss10_saml_token_with_message_protection_client_template.
-
- Parameters:
recipientKeyAlias
- string alias for recipient key
getRecipientKeyAlias
public java.lang.String getRecipientKeyAlias()
- Getter for the recipient key alias
-
- Returns:
- the recipient key alias set on this instance
Skip navigation links
Copyright © 2009, 2014, Oracle and/or its affiliates. All rights reserved.