nl.surfnet.mujina.model
Interface IdpConfiguration

All Superinterfaces:
CommonConfiguration
All Known Implementing Classes:
IdpConfigurationImpl

public interface IdpConfiguration
extends CommonConfiguration


Method Summary
 Map<String,String> getAttributes()
           
 AuthenticationMethod.Method getAuthentication()
           
 Collection<SimpleAuthentication> getUsers()
           
 void setAuthentication(AuthenticationMethod.Method method)
           
 
Methods inherited from interface nl.surfnet.mujina.model.CommonConfiguration
getEntityID, getKeyStore, getPrivateKeyPasswords, injectCredential, needsSigning, reset, setEntityID, setSigning
 

Method Detail

getAttributes

Map<String,String> getAttributes()

getUsers

Collection<SimpleAuthentication> getUsers()

getAuthentication

AuthenticationMethod.Method getAuthentication()

setAuthentication

void setAuthentication(AuthenticationMethod.Method method)


Copyright © 2009-2012 SURFnet bv, The Netherlands. All Rights Reserved.