|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.glite.security.util.proxy.SAMLExtension
public class SAMLExtension
A class for handling the SAML extension in the Certificate.
Field Summary | |
---|---|
static java.lang.String |
LEGACY_SAML_OID
The legacy OID for the SAML assertion. |
static java.lang.String |
SAML_OID
The OID for the SAML assertion. |
Constructor Summary | |
---|---|
SAMLExtension(byte[] bytes)
Generates a new SAMLExtension object form the byte array |
|
SAMLExtension(java.lang.String samlString)
Used to generate an instance form the SAML assertion in String format. |
Method Summary | |
---|---|
java.lang.String |
getSAML()
Used to get the SAML assertion in String format. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String SAML_OID
public static final java.lang.String LEGACY_SAML_OID
Constructor Detail |
---|
public SAMLExtension(byte[] bytes) throws java.io.IOException
bytes
-
java.io.IOException
public SAMLExtension(java.lang.String samlString)
samlString
- Method Detail |
---|
public java.lang.String getSAML()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |