Author: prabath
Date: Mon Dec 17 10:09:31 2007
New Revision: 11279
Log:
Changed the accessibility to be used by the OpenIdTokenIssuer
Modified:
branches/solutions/identity/openid-poc/modules/identity-provider/src/main/java/org/wso2/solutions/identity/sts/IdentityTokenIssuer.java
Modified:
branches/solutions/identity/openid-poc/modules/identity-provider/src/main/java/org/wso2/solutions/identity/sts/IdentityTokenIssuer.java
==============================================================================
---
branches/solutions/identity/openid-poc/modules/identity-provider/src/main/java/org/wso2/solutions/identity/sts/IdentityTokenIssuer.java
(original)
+++
branches/solutions/identity/openid-poc/modules/identity-provider/src/main/java/org/wso2/solutions/identity/sts/IdentityTokenIssuer.java
Mon Dec 17 10:09:31 2007
@@ -279,7 +279,7 @@
* @throws TrustException
* @throws SAMLException
*/
- private OMElement createRSTR(RahasData data, Date notBefore, Date notAfter,
+ protected OMElement createRSTR(RahasData data, Date notBefore, Date
notAfter,
SOAPEnvelope env, Document doc, SAMLAssertion assertion,
WSSecEncryptedKey encryptedKey) throws TrustException,
SAMLException, IdentityProviderException {
@@ -375,7 +375,7 @@
* @param rstrElem wst:RequestSecurityToken element
* @param id Token identifier
*/
- private void createAttachedRef(OMElement rstrElem, String id) {
+ protected void createAttachedRef(OMElement rstrElem, String id) {
OMFactory fac = rstrElem.getOMFactory();
OMElement rar = fac
.createOMElement(
@@ -398,7 +398,7 @@
* @param rstrElem wst:RequestSecurityToken element
* @param id Token identifier
*/
- private void createUnattachedRef(OMElement rstrElem, String id) {
+ protected void createUnattachedRef(OMElement rstrElem, String id) {
OMFactory fac = rstrElem.getOMFactory();
OMElement rar = fac
.createOMElement(
@@ -451,7 +451,7 @@
* @param ipData CardSpace specific meta-data for this issuance.
* @return The DisplayToken element.
*/
- private OMElement createDisplayToken(OMElement rstrElem,
+ protected OMElement createDisplayToken(OMElement rstrElem,
IdentityProviderData ipData) throws IdentityProviderException {
if (log.isDebugEnabled()) {
log.debug("Begin Display token creation.");
_______________________________________________
Identity-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/identity-dev