Uses of Interface
org.n52.security.enforcement.artifact.Transferable

Packages that use Transferable
org.n52.security.authentication   
org.n52.security.enforcement.artifact   
 

Uses of Transferable in org.n52.security.authentication
 

Methods in org.n52.security.authentication that return Transferable
 Transferable SAMLResponse.getAsTransferable()
           
 

Uses of Transferable in org.n52.security.enforcement.artifact
 

Classes in org.n52.security.enforcement.artifact that implement Transferable
 class TransferableImpl
          Default implementation of Transferable.
 

Methods in org.n52.security.enforcement.artifact that return Transferable
 Transferable TransferableFactory.createStreamTransferable(java.lang.String pContentType, java.io.InputStream pPayLoad, java.lang.String pCharset)
           
 Transferable TransferableFactory.createTextualTransferable(java.lang.String pContentType, java.lang.String pPayLoad, java.lang.String pTargetCharset)
           
 Transferable TransferableCreator.getAsTransferable()
          Method gets the instance as Transferable.
 



Copyright © 2004-2009 52north.org. All Rights Reserved.