Java Doc for RequestSecurityTokenResponseImpl.java in  » 6.0-JDK-Modules-com.sun » wsit » com » sun » xml » ws » security » trust » impl » wssx » elements » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » 6.0 JDK Modules com.sun » wsit » com.sun.xml.ws.security.trust.impl.wssx.elements 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


com.sun.xml.ws.security.trust.impl.wssx.elements.RequestSecurityTokenResponseImpl

RequestSecurityTokenResponseImpl
public class RequestSecurityTokenResponseImpl extends RequestSecurityTokenResponseType implements RequestSecurityTokenResponse(Code)
Implementation of a RequestSecurityTokenResponse.
author:
   Manveen Kaur



Constructor Summary
public  RequestSecurityTokenResponseImpl()
    
public  RequestSecurityTokenResponseImpl(URI tokenType, URI context, RequestedSecurityToken token, AppliesTo scopes, RequestedAttachedReference attached, RequestedUnattachedReference unattached, RequestedProofToken proofToken, Entropy entropy, Lifetime lifetime, Status status)
    
public  RequestSecurityTokenResponseImpl(RequestSecurityTokenResponseType rstrType)
    

Method Summary
public  AllowPostdatinggetAllowPostdating()
    
public  List<Object>getAny()
    
public  AppliesTogetAppliesTo()
    
public  URIgetAuthenticationType()
    
public  AuthenticatorgetAuthenticator()
    
public  BinaryExchangegetBinaryExchange()
    
public  URIgetCanonicalizationAlgorithm()
    
public  URIgetComputedKeyAlgorithm()
    
public  StringgetContext()
    
public  booleangetDelegatable()
    
public  DelegateTogetDelegateTo()
    
public  URIgetEncryptWith()
    
public  EncryptiongetEncryption()
    
public  URIgetEncryptionAlgorithm()
    
public  EntropygetEntropy()
    
public  booleangetForwardable()
    
public  IssuergetIssuer()
    
public  longgetKeySize()
    
public  URIgetKeyType()
    
public  LifetimegetLifetime()
    
public  OnBehalfOfgetOnBehalfOf()
    
public  Map<QName, String>getOtherAttributes()
    
public  PolicygetPolicy()
    
public  PolicyReferencegetPolicyReference()
    
public  ProofEncryptiongetProofEncryption()
    
public  RenewinggetRenewable()
    
public  RequestedAttachedReferencegetRequestedAttachedReference()
    
public  RequestedProofTokengetRequestedProofToken()
    
public  RequestedSecurityTokengetRequestedSecurityToken()
    
public  RequestedTokenCancelledgetRequestedTokenCancelled()
    
public  RequestedUnattachedReferencegetRequestedUnattachedReference()
    
public  SignChallengegetSignChallenge()
    
public  SignChallengeResponsegetSignChallengeResponse()
    
public  URIgetSignWith()
    
public  URIgetSignatureAlgorithm()
    
public  StatusgetStatus()
    
public  URIgetTokenType()
    
public  UseKeygetUseKey()
    
public  voidsetAllowPostdating(AllowPostdating allowPostdating)
    
public  voidsetAppliesTo(AppliesTo appliesTo)
    
public  voidsetAuthenticationType(URI uri)
    
public  voidsetAuthenticator(Authenticator authenticator)
    
public  voidsetBinaryExchange(BinaryExchange exchange)
    
public  voidsetCanonicalizationAlgorithm(URI algorithm)
    
public  voidsetComputedKeyAlgorithm(URI algorithm)
    
public  voidsetDelegatable(boolean flag)
    
public  voidsetDelegateTo(DelegateTo to)
    
public  voidsetEncryptWith(URI algorithm)
    
public  voidsetEncryption(Encryption enc)
    
public  voidsetEncryptionAlgorithm(URI algorithm)
    
public  voidsetEntropy(Entropy entropy)
    
public  voidsetForwardable(boolean flag)
    
public  voidsetIssuer(Issuer issuer)
    
public  voidsetKeySize(long size)
    
public  voidsetKeyType(URI keytype)
    
public  voidsetLifetime(Lifetime lifetime)
    
public  voidsetOnBehalfOf(OnBehalfOf onBehalfOf)
    
public  voidsetPolicy(Policy policy)
    
public  voidsetPolicyReference(PolicyReference policyRef)
    
public  voidsetProofEncryption(ProofEncryption proofEncryption)
    
public  voidsetRenewable(Renewing renew)
    
public  voidsetRequestedAttachedReference(RequestedAttachedReference reference)
    
public  voidsetRequestedProofToken(RequestedProofToken proofToken)
    
public  voidsetRequestedSecurityToken(RequestedSecurityToken securityToken)
    
public  voidsetRequestedTokenCancelled(RequestedTokenCancelled rtc)
    
public  voidsetRequestedUnattachedReference(RequestedUnattachedReference reference)
    
public  voidsetSignChallenge(SignChallenge challenge)
    
public  voidsetSignChallengeResponse(SignChallengeResponse challenge)
    
public  voidsetSignWith(URI algorithm)
    
public  voidsetSignatureAlgorithm(URI algorithm)
    
public  voidsetStatus(Status status)
    
public  voidsetTokenType(URI tokenType)
    
public  voidsetUseKey(UseKey useKey)
    


Constructor Detail
RequestSecurityTokenResponseImpl
public RequestSecurityTokenResponseImpl()(Code)



RequestSecurityTokenResponseImpl
public RequestSecurityTokenResponseImpl(URI tokenType, URI context, RequestedSecurityToken token, AppliesTo scopes, RequestedAttachedReference attached, RequestedUnattachedReference unattached, RequestedProofToken proofToken, Entropy entropy, Lifetime lifetime, Status status)(Code)



RequestSecurityTokenResponseImpl
public RequestSecurityTokenResponseImpl(RequestSecurityTokenResponseType rstrType) throws Exception(Code)




Method Detail
getAllowPostdating
public AllowPostdating getAllowPostdating()(Code)



getAny
public List<Object> getAny()(Code)



getAppliesTo
public AppliesTo getAppliesTo()(Code)



getAuthenticationType
public URI getAuthenticationType()(Code)



getAuthenticator
public Authenticator getAuthenticator()(Code)



getBinaryExchange
public BinaryExchange getBinaryExchange()(Code)



getCanonicalizationAlgorithm
public URI getCanonicalizationAlgorithm()(Code)



getComputedKeyAlgorithm
public URI getComputedKeyAlgorithm()(Code)



getContext
public String getContext()(Code)



getDelegatable
public boolean getDelegatable()(Code)



getDelegateTo
public DelegateTo getDelegateTo()(Code)



getEncryptWith
public URI getEncryptWith()(Code)



getEncryption
public Encryption getEncryption()(Code)



getEncryptionAlgorithm
public URI getEncryptionAlgorithm()(Code)



getEntropy
public Entropy getEntropy()(Code)



getForwardable
public boolean getForwardable()(Code)



getIssuer
public Issuer getIssuer()(Code)



getKeySize
public long getKeySize()(Code)



getKeyType
public URI getKeyType()(Code)



getLifetime
public Lifetime getLifetime()(Code)



getOnBehalfOf
public OnBehalfOf getOnBehalfOf()(Code)



getOtherAttributes
public Map<QName, String> getOtherAttributes()(Code)



getPolicy
public Policy getPolicy()(Code)



getPolicyReference
public PolicyReference getPolicyReference()(Code)



getProofEncryption
public ProofEncryption getProofEncryption()(Code)



getRenewable
public Renewing getRenewable()(Code)



getRequestedAttachedReference
public RequestedAttachedReference getRequestedAttachedReference()(Code)



getRequestedProofToken
public RequestedProofToken getRequestedProofToken()(Code)



getRequestedSecurityToken
public RequestedSecurityToken getRequestedSecurityToken()(Code)



getRequestedTokenCancelled
public RequestedTokenCancelled getRequestedTokenCancelled()(Code)



getRequestedUnattachedReference
public RequestedUnattachedReference getRequestedUnattachedReference()(Code)



getSignChallenge
public SignChallenge getSignChallenge()(Code)



getSignChallengeResponse
public SignChallengeResponse getSignChallengeResponse()(Code)



getSignWith
public URI getSignWith()(Code)



getSignatureAlgorithm
public URI getSignatureAlgorithm()(Code)



getStatus
public Status getStatus()(Code)



getTokenType
public URI getTokenType()(Code)



getUseKey
public UseKey getUseKey()(Code)



setAllowPostdating
public void setAllowPostdating(AllowPostdating allowPostdating)(Code)



setAppliesTo
public void setAppliesTo(AppliesTo appliesTo)(Code)



setAuthenticationType
public void setAuthenticationType(URI uri)(Code)



setAuthenticator
public void setAuthenticator(Authenticator authenticator)(Code)



setBinaryExchange
public void setBinaryExchange(BinaryExchange exchange)(Code)



setCanonicalizationAlgorithm
public void setCanonicalizationAlgorithm(URI algorithm)(Code)



setComputedKeyAlgorithm
public void setComputedKeyAlgorithm(URI algorithm)(Code)



setDelegatable
public void setDelegatable(boolean flag)(Code)



setDelegateTo
public void setDelegateTo(DelegateTo to)(Code)



setEncryptWith
public void setEncryptWith(URI algorithm)(Code)



setEncryption
public void setEncryption(Encryption enc)(Code)



setEncryptionAlgorithm
public void setEncryptionAlgorithm(URI algorithm)(Code)



setEntropy
public void setEntropy(Entropy entropy)(Code)



setForwardable
public void setForwardable(boolean flag)(Code)



setIssuer
public void setIssuer(Issuer issuer)(Code)



setKeySize
public void setKeySize(long size)(Code)



setKeyType
public void setKeyType(URI keytype) throws WSTrustException(Code)



setLifetime
public void setLifetime(Lifetime lifetime)(Code)



setOnBehalfOf
public void setOnBehalfOf(OnBehalfOf onBehalfOf)(Code)



setPolicy
public void setPolicy(Policy policy)(Code)



setPolicyReference
public void setPolicyReference(PolicyReference policyRef)(Code)



setProofEncryption
public void setProofEncryption(ProofEncryption proofEncryption)(Code)



setRenewable
public void setRenewable(Renewing renew)(Code)



setRequestedAttachedReference
public void setRequestedAttachedReference(RequestedAttachedReference reference)(Code)



setRequestedProofToken
public void setRequestedProofToken(RequestedProofToken proofToken)(Code)



setRequestedSecurityToken
public void setRequestedSecurityToken(RequestedSecurityToken securityToken)(Code)



setRequestedTokenCancelled
public void setRequestedTokenCancelled(RequestedTokenCancelled rtc)(Code)



setRequestedUnattachedReference
public void setRequestedUnattachedReference(RequestedUnattachedReference reference)(Code)



setSignChallenge
public void setSignChallenge(SignChallenge challenge)(Code)



setSignChallengeResponse
public void setSignChallengeResponse(SignChallengeResponse challenge)(Code)



setSignWith
public void setSignWith(URI algorithm)(Code)



setSignatureAlgorithm
public void setSignatureAlgorithm(URI algorithm)(Code)



setStatus
public void setStatus(Status status)(Code)



setTokenType
public void setTokenType(URI tokenType)(Code)



setUseKey
public void setUseKey(UseKey useKey)(Code)



ww__w__.__j_a___v__a2___s_.__c__om | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.