| 
 | Oracle Access Manager Extensibility Java API Reference 11g Release 1 (11.1.1.5) E22473-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GenericTransportHandler
The GenericTransportHandler Transport handler defines the interface for transport specific properties.
| Method Summary | |
|---|---|
|  java.lang.Object | getAttribute(CommonAttribute attribute)Gets the attribute. | 
|  java.util.Iterator<CommonAttribute> | getAttributeNames()Gets the attribute names. | 
|  java.util.Map<java.lang.String,java.lang.Object[]> | getAttributesMap()Gets the attributes map. | 
|  java.util.Locale | getLocale() | 
|  java.lang.String[] | getParameterValues(java.lang.String parameterName)Gets the parameter values. | 
|  java.util.Map<java.lang.String,java.lang.String> | getPropertiesMap()Gets the properties map. | 
|  java.lang.String | getRequestURI()Gets the request uri. | 
|  GenericTransportStore | getSessionStore()Creates a session store using the attributes stored in the session. | 
|  GenericTransportToken | getToken(java.lang.String tokenName, boolean isVersioned)Gets the token. | 
|  java.lang.Object | getTransportRequest() | 
|  java.lang.Object | getTransportSession(boolean crate) | 
|  java.lang.String | getUserAgent()Returns the clients useragent information | 
|  void | setAttribute(CommonAttribute attribute, java.lang.Object value)Sets the attribute. | 
|  void | setToken(GenericTransportToken token, boolean isVersioned)Sets the token. | 
|  void | unsetToken(java.lang.String tokenName)Unset token. | 
| Method Detail | 
|---|
java.util.Map<java.lang.String,java.lang.Object[]> getAttributesMap()
java.lang.String getRequestURI()
java.util.Map<java.lang.String,java.lang.String> getPropertiesMap()
GenericTransportToken getToken(java.lang.String tokenName,
                               boolean isVersioned)
token - the transport tokenisVersioned - if the token is a versioned one
void setToken(GenericTransportToken token,
              boolean isVersioned)
token - the transport tokenisVersioned - if the token is a versioned onejava.lang.String[] getParameterValues(java.lang.String parameterName)
parameterName - the parameter name
void setAttribute(CommonAttribute attribute,
                  java.lang.Object value)
name - the namevalue - the valuejava.lang.Object getAttribute(CommonAttribute attribute)
name - the namevoid unsetToken(java.lang.String tokenName)
tokenName - the token namejava.util.Iterator<CommonAttribute> getAttributeNames()
java.lang.Object getTransportSession(boolean crate)
GenericTransportStore getSessionStore()
SessionStore objectjava.lang.Object getTransportRequest()
java.util.Locale getLocale()
java.lang.String getUserAgent()
| 
 | Oracle Access Manager Extensibility Java API Reference 11g Release 1 (11.1.1.5) E22473-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||