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


com.sun.xml.ws.security.trust.elements.WSTrustElementBase

WSTrustElementBase
public interface WSTrustElementBase (Code)

author:
   WS-Trust Implementation Team.




Method Summary
 AllowPostdatinggetAllowPostdating()
     Get the AllowPostdating element for the token if specified, null otherwise NOTE: Although this is an issue with the WSTrust spec, leaving it here for now.
 AppliesTogetAppliesTo()
    
 URIgetAuthenticationType()
    
 BinaryExchangegetBinaryExchange()
    
 URIgetCanonicalizationAlgorithm()
    
 URIgetComputedKeyAlgorithm()
    
 booleangetDelegatable()
    
 DelegateTogetDelegateTo()
    
 URIgetEncryptWith()
    
 EncryptiongetEncryption()
    
 URIgetEncryptionAlgorithm()
    
 EntropygetEntropy()
    
 booleangetForwardable()
    
 IssuergetIssuer()
    
 longgetKeySize()
    
 URIgetKeyType()
    
 LifetimegetLifetime()
    
 OnBehalfOfgetOnBehalfOf()
    
 PolicygetPolicy()
    
 PolicyReferencegetPolicyReference()
    
 ProofEncryptiongetProofEncryption()
    
 RenewinggetRenewable()
    
 SignChallengegetSignChallenge()
    
 URIgetSignWith()
    
 URIgetSignatureAlgorithm()
    
 URIgetTokenType()
     Get the type of security token, specified as a URI.
 UseKeygetUseKey()
    
 voidsetAllowPostdating(AllowPostdating allowPostDating)
    
 voidsetAppliesTo(AppliesTo appliesTo)
    
 voidsetAuthenticationType(URI uri)
    
 voidsetBinaryExchange(BinaryExchange challenge)
    
 voidsetCanonicalizationAlgorithm(URI algorithm)
    
 voidsetComputedKeyAlgorithm(URI algorithm)
    
 voidsetDelegatable(boolean flag)
    
 voidsetDelegateTo(DelegateTo to)
    
 voidsetEncryptWith(URI algorithm)
    
 voidsetEncryption(Encryption enc)
    
 voidsetEncryptionAlgorithm(URI algorithm)
    
 voidsetEntropy(Entropy entropy)
    
 voidsetForwardable(boolean flag)
    
 voidsetIssuer(Issuer issuer)
    
 voidsetKeySize(long size)
    
 voidsetKeyType(URI keytype)
    
 voidsetLifetime(Lifetime lifetime)
    
 voidsetOnBehalfOf(OnBehalfOf onBehalfOf)
    
 voidsetPolicy(Policy policy)
    
 voidsetPolicyReference(PolicyReference policyRef)
    
 voidsetProofEncryption(ProofEncryption proofEncryption)
    
 voidsetRenewable(Renewing renew)
    
 voidsetSignChallenge(SignChallenge challenge)
    
 voidsetSignWith(URI algorithm)
    
 voidsetSignatureAlgorithm(URI algorithm)
    
 voidsetTokenType(URI tokenType)
     Set the type of security token, specified as a URI.
 voidsetUseKey(UseKey useKey)
    



Method Detail
getAllowPostdating
AllowPostdating getAllowPostdating()(Code)
Get the AllowPostdating element for the token if specified, null otherwise NOTE: Although this is an issue with the WSTrust spec, leaving it here for now. This can be removed or modified later depending on the outcome of the issue.



getAppliesTo
AppliesTo getAppliesTo()(Code)
Get the desired AppliesTo policy settings for the token if specified, null otherwise AppliesTo



getAuthenticationType
URI getAuthenticationType()(Code)
get Authentication Type parameter if set, null otherwise



getBinaryExchange
BinaryExchange getBinaryExchange()(Code)
get BinaryExchange element if any, null otherwise



getCanonicalizationAlgorithm
URI getCanonicalizationAlgorithm()(Code)
get CanonicalizationAlgorithm value if set, return default otherwise



getComputedKeyAlgorithm
URI getComputedKeyAlgorithm()(Code)
get CanonicalizationAlgorithm value if set, return default otherwise



getDelegatable
boolean getDelegatable()(Code)
Get the value of the Delegatable flag NOTE: default value of this flag is false



getDelegateTo
DelegateTo getDelegateTo()(Code)
get the DelegateTo value if set, null otherwise



getEncryptWith
URI getEncryptWith()(Code)
Get the Encryption Algorithm to be used with the token if set, null otherwise



getEncryption
Encryption getEncryption()(Code)
get Encryption value if set, return null otherwise



getEncryptionAlgorithm
URI getEncryptionAlgorithm()(Code)
get EncryptionAlgorithm value if set, return default otherwise



getEntropy
Entropy getEntropy()(Code)
Get the entropy for the requested token Entropy



getForwardable
boolean getForwardable()(Code)
Get the value of the Forwardable flag NOTE: default value of this flag is true



getIssuer
Issuer getIssuer()(Code)
get Issuer of the SecurityToken Presented in the Message, null otherwise



getKeySize
long getKeySize()(Code)
get the KeySize parameter if specified, 0 otherwise



getKeyType
URI getKeyType()(Code)
get KeyType Parameter if set, null otherwise



getLifetime
Lifetime getLifetime()(Code)
Get the desired LifeTime settings for the token if specified, null otherwise



getOnBehalfOf
OnBehalfOf getOnBehalfOf()(Code)
Get the value of OnBehalfOf for the token if specified, null otherwise OnBehalfOf



getPolicy
Policy getPolicy()(Code)
Get the desired policy settings for the token if specified, null otherwise



getPolicyReference
PolicyReference getPolicyReference()(Code)
Get the desired policyReference settings for the token if specified, null otherwise



getProofEncryption
ProofEncryption getProofEncryption()(Code)
Get the desired proofEncryption settings for the token if specified, null otherwise



getRenewable
Renewing getRenewable()(Code)
get the



getSignChallenge
SignChallenge getSignChallenge()(Code)
get SignChallenge element if any, null otherwise



getSignWith
URI getSignWith()(Code)
Get the Signature Algorithm to be used with the token if set, null otherwise



getSignatureAlgorithm
URI getSignatureAlgorithm()(Code)
get SignatureAlgorithm value if set, return default otherwise



getTokenType
URI getTokenType()(Code)
Get the type of security token, specified as a URI. URI



getUseKey
UseKey getUseKey()(Code)
Get the desired useKey settings for the token if specified, null otherwise



setAllowPostdating
void setAllowPostdating(AllowPostdating allowPostDating)(Code)
Set the desired policyReference settings for the requested token



setAppliesTo
void setAppliesTo(AppliesTo appliesTo)(Code)
Set the desired policy settings for the requested token
Parameters:
  appliesTo - AppliesTo



setAuthenticationType
void setAuthenticationType(URI uri)(Code)
set AuthenticationType



setBinaryExchange
void setBinaryExchange(BinaryExchange challenge)(Code)
set a BinaryExchange



setCanonicalizationAlgorithm
void setCanonicalizationAlgorithm(URI algorithm)(Code)
set CanonicalizationAlgorithm



setComputedKeyAlgorithm
void setComputedKeyAlgorithm(URI algorithm)(Code)
set ComputedKeyAlgorithm



setDelegatable
void setDelegatable(boolean flag)(Code)
Set if the requested token be delegatable



setDelegateTo
void setDelegateTo(DelegateTo to)(Code)
set the Delegate to which the issued token be delegated



setEncryptWith
void setEncryptWith(URI algorithm)(Code)
Set the Encryption Algorithm to be used with the issued token



setEncryption
void setEncryption(Encryption enc)(Code)
set Encryption



setEncryptionAlgorithm
void setEncryptionAlgorithm(URI algorithm)(Code)
set EncryptionAlgorithm



setEntropy
void setEntropy(Entropy entropy)(Code)
Set the entropy for the requested token
Parameters:
  entropy - Entropy



setForwardable
void setForwardable(boolean flag)(Code)
Set if the requested token be forwardable



setIssuer
void setIssuer(Issuer issuer)(Code)
set Issuer of the SecurityToken Presented in the message



setKeySize
void setKeySize(long size)(Code)
set the KeySize parameter



setKeyType
void setKeyType(URI keytype) throws WSTrustException(Code)
set KeyType parameter



setLifetime
void setLifetime(Lifetime lifetime)(Code)
Set the desired lifetime settings for the requested token



setOnBehalfOf
void setOnBehalfOf(OnBehalfOf onBehalfOf)(Code)
Set the value of OnBehalfOf for the requested token
Parameters:
  appliesTo - OnBehalfOf



setPolicy
void setPolicy(Policy policy)(Code)
Set the desired policy settings for the requested token



setPolicyReference
void setPolicyReference(PolicyReference policyRef)(Code)
Set the desired policyReference settings for the requested token



setProofEncryption
void setProofEncryption(ProofEncryption proofEncryption)(Code)
Set the desired proofEncryption settings for the requested token



setRenewable
void setRenewable(Renewing renew)(Code)
set a



setSignChallenge
void setSignChallenge(SignChallenge challenge)(Code)
Set a SignChallenge



setSignWith
void setSignWith(URI algorithm)(Code)
Set the Signature Algorithm to be used with the issued token



setSignatureAlgorithm
void setSignatureAlgorithm(URI algorithm)(Code)
set SignatureAlgorithm



setTokenType
void setTokenType(URI tokenType)(Code)
Set the type of security token, specified as a URI.
Parameters:
  tokenType - URI



setUseKey
void setUseKey(UseKey useKey)(Code)
Set the desired useKey settings for the requested token



ww_w_.___j_a__v_a_2___s__._c___o___m | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.