Java Doc for RequestSecurityTokenImpl.java in  » 6.0-JDK-Modules-com.sun » wsit » com » sun » xml » ws » security » trust » impl » 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.elements 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


com.sun.xml.ws.security.trust.impl.elements.RequestSecurityTokenImpl

RequestSecurityTokenImpl
public class RequestSecurityTokenImpl extends RequestSecurityTokenType implements RequestSecurityToken(Code)
Implementation of the RequestSecurityToken interface.
author:
   Manveen Kaur



Constructor Summary
public  RequestSecurityTokenImpl()
    
public  RequestSecurityTokenImpl(URI tokenType, URI requestType)
    
public  RequestSecurityTokenImpl(URI tokenType, URI requestType, URI context, AppliesTo scopes, Claims claims, Entropy entropy, Lifetime lifetime, URI algorithm)
    
public  RequestSecurityTokenImpl(URI tokenType, URI requestType, URI context, RenewTarget target, AllowPostdating apd, Renewing renewingInfo)
    
public  RequestSecurityTokenImpl(URI tokenType, URI requestType, CancelTarget cancel)
    
public  RequestSecurityTokenImpl(RequestSecurityTokenType rstType)
    

Method Summary
public  AllowPostdatinggetAllowPostdating()
    
public  AppliesTogetAppliesTo()
    
public  URIgetAuthenticationType()
    
public  BinaryExchangegetBinaryExchange()
    
public  CancelTargetgetCancelTarget()
    
public  URIgetCanonicalizationAlgorithm()
    
public  ClaimsgetClaims()
    
public  URIgetComputedKeyAlgorithm()
    
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  ParticipantsgetParticipants()
    
public  PolicygetPolicy()
    
public  PolicyReferencegetPolicyReference()
    
public  ProofEncryptiongetProofEncryption()
    
public  RenewTargetgetRenewTarget()
    
public  RenewinggetRenewable()
    
public  URIgetRequestType()
    
public  SignChallengegetSignChallenge()
    
public  URIgetSignWith()
    
public  URIgetSignatureAlgorithm()
    
public  URIgetTokenType()
    
public  UseKeygetUseKey()
    
final public  voidsetAllowPostdating(AllowPostdating allowPostdating)
    
final public  voidsetAppliesTo(AppliesTo appliesTo)
    
final public  voidsetAuthenticationType(URI uri)
    
final public  voidsetBinaryExchange(BinaryExchange exchange)
    
final public  voidsetCancelTarget(CancelTarget cTarget)
    
final public  voidsetCanonicalizationAlgorithm(URI algorithm)
    
final public  voidsetClaims(Claims claims)
    
final public  voidsetComputedKeyAlgorithm(URI algorithm)
    
final public  voidsetDelegatable(boolean flag)
    
final public  voidsetDelegateTo(DelegateTo delegateTo)
    
final public  voidsetEncryptWith(URI algorithm)
    
final public  voidsetEncryption(Encryption enc)
    
final public  voidsetEncryptionAlgorithm(URI algorithm)
    
final public  voidsetEntropy(Entropy entropy)
    
final public  voidsetForwardable(boolean flag)
    
final public  voidsetIssuer(Issuer issuer)
    
final public  voidsetKeySize(long size)
    
final public  voidsetKeyType(URI keytype)
    
final public  voidsetLifetime(Lifetime lifetime)
    
final public  voidsetOnBehalfOf(OnBehalfOf onBehalfOf)
    
final public  voidsetParticipants(Participants participants)
    
final public  voidsetPolicy(Policy policy)
    
final public  voidsetPolicyReference(PolicyReference policyRef)
    
final public  voidsetProofEncryption(ProofEncryption proofEncryption)
    
final public  voidsetRenewTarget(RenewTarget target)
    
final public  voidsetRenewable(Renewing renew)
    
final public  voidsetRequestType(URI requestType)
    
final public  voidsetSignChallenge(SignChallenge challenge)
    
final public  voidsetSignWith(URI algorithm)
    
final public  voidsetSignatureAlgorithm(URI algorithm)
    
final public  voidsetTokenType(URI tokenType)
    
final public  voidsetUseKey(UseKey useKey)
    


Constructor Detail
RequestSecurityTokenImpl
public RequestSecurityTokenImpl()(Code)



RequestSecurityTokenImpl
public RequestSecurityTokenImpl(URI tokenType, URI requestType)(Code)



RequestSecurityTokenImpl
public RequestSecurityTokenImpl(URI tokenType, URI requestType, URI context, AppliesTo scopes, Claims claims, Entropy entropy, Lifetime lifetime, URI algorithm)(Code)



RequestSecurityTokenImpl
public RequestSecurityTokenImpl(URI tokenType, URI requestType, URI context, RenewTarget target, AllowPostdating apd, Renewing renewingInfo)(Code)



RequestSecurityTokenImpl
public RequestSecurityTokenImpl(URI tokenType, URI requestType, CancelTarget cancel)(Code)



RequestSecurityTokenImpl
public RequestSecurityTokenImpl(RequestSecurityTokenType rstType) throws URISyntaxException, WSTrustException(Code)




Method Detail
getAllowPostdating
public AllowPostdating getAllowPostdating()(Code)



getAppliesTo
public AppliesTo getAppliesTo()(Code)



getAuthenticationType
public URI getAuthenticationType()(Code)



getBinaryExchange
public BinaryExchange getBinaryExchange()(Code)



getCancelTarget
public CancelTarget getCancelTarget()(Code)



getCanonicalizationAlgorithm
public URI getCanonicalizationAlgorithm()(Code)



getClaims
public Claims getClaims()(Code)



getComputedKeyAlgorithm
public URI getComputedKeyAlgorithm()(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)



getParticipants
public Participants getParticipants()(Code)



getPolicy
public Policy getPolicy()(Code)



getPolicyReference
public PolicyReference getPolicyReference()(Code)



getProofEncryption
public ProofEncryption getProofEncryption()(Code)



getRenewTarget
public RenewTarget getRenewTarget()(Code)



getRenewable
public Renewing getRenewable()(Code)



getRequestType
public URI getRequestType()(Code)



getSignChallenge
public SignChallenge getSignChallenge()(Code)



getSignWith
public URI getSignWith()(Code)



getSignatureAlgorithm
public URI getSignatureAlgorithm()(Code)



getTokenType
public URI getTokenType()(Code)



getUseKey
public UseKey getUseKey()(Code)



setAllowPostdating
final public void setAllowPostdating(AllowPostdating allowPostdating)(Code)



setAppliesTo
final public void setAppliesTo(AppliesTo appliesTo)(Code)



setAuthenticationType
final public void setAuthenticationType(URI uri)(Code)



setBinaryExchange
final public void setBinaryExchange(BinaryExchange exchange)(Code)



setCancelTarget
final public void setCancelTarget(CancelTarget cTarget)(Code)



setCanonicalizationAlgorithm
final public void setCanonicalizationAlgorithm(URI algorithm)(Code)



setClaims
final public void setClaims(Claims claims)(Code)



setComputedKeyAlgorithm
final public void setComputedKeyAlgorithm(URI algorithm)(Code)



setDelegatable
final public void setDelegatable(boolean flag)(Code)



setDelegateTo
final public void setDelegateTo(DelegateTo delegateTo)(Code)



setEncryptWith
final public void setEncryptWith(URI algorithm)(Code)



setEncryption
final public void setEncryption(Encryption enc)(Code)



setEncryptionAlgorithm
final public void setEncryptionAlgorithm(URI algorithm)(Code)



setEntropy
final public void setEntropy(Entropy entropy)(Code)



setForwardable
final public void setForwardable(boolean flag)(Code)



setIssuer
final public void setIssuer(Issuer issuer)(Code)



setKeySize
final public void setKeySize(long size)(Code)



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



setLifetime
final public void setLifetime(Lifetime lifetime)(Code)



setOnBehalfOf
final public void setOnBehalfOf(OnBehalfOf onBehalfOf)(Code)



setParticipants
final public void setParticipants(Participants participants)(Code)



setPolicy
final public void setPolicy(Policy policy)(Code)



setPolicyReference
final public void setPolicyReference(PolicyReference policyRef)(Code)



setProofEncryption
final public void setProofEncryption(ProofEncryption proofEncryption)(Code)



setRenewTarget
final public void setRenewTarget(RenewTarget target)(Code)



setRenewable
final public void setRenewable(Renewing renew)(Code)



setRequestType
final public void setRequestType(URI requestType)(Code)



setSignChallenge
final public void setSignChallenge(SignChallenge challenge)(Code)



setSignWith
final public void setSignWith(URI algorithm)(Code)



setSignatureAlgorithm
final public void setSignatureAlgorithm(URI algorithm)(Code)



setTokenType
final public void setTokenType(URI tokenType)(Code)



setUseKey
final public void setUseKey(UseKey useKey)(Code)



w__w___w__.j__a_v_a___2___s_.co___m__ | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.