Java Doc for RequestSecurityTokenResponseImpl.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
.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
AllowPostdating
getAllowPostdating
()
public
AppliesTo
getAppliesTo
()
public
URI
getAuthenticationType
()
public
Authenticator
getAuthenticator
()
public
BinaryExchange
getBinaryExchange
()
public
URI
getCanonicalizationAlgorithm
()
public
URI
getComputedKeyAlgorithm
()
public
boolean
getDelegatable
()
public
DelegateTo
getDelegateTo
()
public
URI
getEncryptWith
()
public
Encryption
getEncryption
()
public
URI
getEncryptionAlgorithm
()
public
Entropy
getEntropy
()
public
boolean
getForwardable
()
public
Issuer
getIssuer
()
public
long
getKeySize
()
public
URI
getKeyType
()
public
Lifetime
getLifetime
()
public
OnBehalfOf
getOnBehalfOf
()
public
Policy
getPolicy
()
public
PolicyReference
getPolicyReference
()
public
ProofEncryption
getProofEncryption
()
public
Renewing
getRenewable
()
public
RequestedAttachedReference
getRequestedAttachedReference
()
public
RequestedProofToken
getRequestedProofToken
()
public
RequestedSecurityToken
getRequestedSecurityToken
()
public
RequestedTokenCancelled
getRequestedTokenCancelled
()
public
RequestedUnattachedReference
getRequestedUnattachedReference
()
public
SignChallenge
getSignChallenge
()
public
SignChallengeResponse
getSignChallengeResponse
()
public
URI
getSignWith
()
public
URI
getSignatureAlgorithm
()
public
Status
getStatus
()
public
URI
getTokenType
()
public
UseKey
getUseKey
()
final
public
void
setAllowPostdating
(
AllowPostdating
allowPostdating)
final
public
void
setAppliesTo
(AppliesTo appliesTo)
final
public
void
setAuthenticationType
(
URI
uri)
final
public
void
setAuthenticator
(
Authenticator
authenticator)
final
public
void
setBinaryExchange
(
BinaryExchange
exchange)
final
public
void
setCanonicalizationAlgorithm
(
URI
algorithm)
final
public
void
setComputedKeyAlgorithm
(
URI
algorithm)
final
public
void
setDelegatable
(boolean flag)
final
public
void
setDelegateTo
(
DelegateTo
to)
final
public
void
setEncryptWith
(
URI
algorithm)
final
public
void
setEncryption
(
Encryption
enc)
final
public
void
setEncryptionAlgorithm
(
URI
algorithm)
final
public
void
setEntropy
(
Entropy
entropy)
final
public
void
setForwardable
(boolean flag)
final
public
void
setIssuer
(
Issuer
issuer)
final
public
void
setKeySize
(long size)
final
public
void
setKeyType
(
URI
keytype)
final
public
void
setLifetime
(
Lifetime
lifetime)
final
public
void
setOnBehalfOf
(
OnBehalfOf
onBehalfOf)
final
public
void
setPolicy
(
Policy
policy)
final
public
void
setPolicyReference
(PolicyReference policyRef)
final
public
void
setProofEncryption
(
ProofEncryption
proofEncryption)
final
public
void
setRenewable
(
Renewing
renew)
final
public
void
setRequestedAttachedReference
(
RequestedAttachedReference
reference)
final
public
void
setRequestedProofToken
(
RequestedProofToken
proofToken)
final
public
void
setRequestedSecurityToken
(
RequestedSecurityToken
securityToken)
final
public
void
setRequestedTokenCancelled
(
RequestedTokenCancelled
rtc)
final
public
void
setRequestedUnattachedReference
(
RequestedUnattachedReference
reference)
final
public
void
setSignChallenge
(
SignChallenge
challenge)
final
public
void
setSignChallengeResponse
(
SignChallengeResponse
challenge)
final
public
void
setSignWith
(
URI
algorithm)
final
public
void
setSignatureAlgorithm
(
URI
algorithm)
final
public
void
setStatus
(
Status
status)
final
public
void
setTokenType
(
URI
tokenType)
final
public
void
setUseKey
(
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
URISyntaxException
,
WSTrustException
(Code)
Method Detail
getAllowPostdating
public
AllowPostdating
getAllowPostdating()
(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)
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)
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
final
public
void setAllowPostdating(
AllowPostdating
allowPostdating)
(Code)
setAppliesTo
final
public
void setAppliesTo(AppliesTo appliesTo)
(Code)
setAuthenticationType
final
public
void setAuthenticationType(
URI
uri)
(Code)
setAuthenticator
final
public
void setAuthenticator(
Authenticator
authenticator)
(Code)
setBinaryExchange
final
public
void setBinaryExchange(
BinaryExchange
exchange)
(Code)
setCanonicalizationAlgorithm
final
public
void setCanonicalizationAlgorithm(
URI
algorithm)
(Code)
setComputedKeyAlgorithm
final
public
void setComputedKeyAlgorithm(
URI
algorithm)
(Code)
setDelegatable
final
public
void setDelegatable(boolean flag)
(Code)
setDelegateTo
final
public
void setDelegateTo(
DelegateTo
to)
(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)
setPolicy
final
public
void setPolicy(
Policy
policy)
(Code)
setPolicyReference
final
public
void setPolicyReference(PolicyReference policyRef)
(Code)
setProofEncryption
final
public
void setProofEncryption(
ProofEncryption
proofEncryption)
(Code)
setRenewable
final
public
void setRenewable(
Renewing
renew)
(Code)
setRequestedAttachedReference
final
public
void setRequestedAttachedReference(
RequestedAttachedReference
reference)
(Code)
setRequestedProofToken
final
public
void setRequestedProofToken(
RequestedProofToken
proofToken)
(Code)
setRequestedSecurityToken
final
public
void setRequestedSecurityToken(
RequestedSecurityToken
securityToken)
(Code)
setRequestedTokenCancelled
final
public
void setRequestedTokenCancelled(
RequestedTokenCancelled
rtc)
(Code)
setRequestedUnattachedReference
final
public
void setRequestedUnattachedReference(
RequestedUnattachedReference
reference)
(Code)
setSignChallenge
final
public
void setSignChallenge(
SignChallenge
challenge)
(Code)
setSignChallengeResponse
final
public
void setSignChallengeResponse(
SignChallengeResponse
challenge)
(Code)
setSignWith
final
public
void setSignWith(
URI
algorithm)
(Code)
setSignatureAlgorithm
final
public
void setSignatureAlgorithm(
URI
algorithm)
(Code)
setStatus
final
public
void setStatus(
Status
status)
(Code)
setTokenType
final
public
void setTokenType(
URI
tokenType)
(Code)
setUseKey
final
public
void setUseKey(
UseKey
useKey)
(Code)
ww___w___._jav_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.