org.n52.security.common.protocol.artifact
Interface IPESCapabilities

All Known Implementing Classes:
Capabilities

public interface IPESCapabilities


Method Summary
 void addAuthenticationMethods(AuthenticationMethod[] pMethods)
           
 java.lang.String getAbstract()
           
 AuthenticationMethod[] getAuthenticationMethods()
           
 java.lang.String getSecuredServiceType()
           
 java.lang.String getTitle()
           
 void setAbstract(java.lang.String pAbstract)
           
 void setSecuredServiceType(java.lang.String pServiceType)
           
 void setTitle(java.lang.String pTitle)
           
 

Method Detail

getTitle

public java.lang.String getTitle()

setTitle

public void setTitle(java.lang.String pTitle)

getAbstract

public java.lang.String getAbstract()

setAbstract

public void setAbstract(java.lang.String pAbstract)

getAuthenticationMethods

public AuthenticationMethod[] getAuthenticationMethods()

addAuthenticationMethods

public void addAuthenticationMethods(AuthenticationMethod[] pMethods)

getSecuredServiceType

public java.lang.String getSecuredServiceType()

setSecuredServiceType

public void setSecuredServiceType(java.lang.String pServiceType)


Copyright © 2004-2007 52 North. All Rights Reserved.