SlideShare ist ein Scribd-Unternehmen logo
1 von 9
Downloaden Sie, um offline zu lesen




        
          
                   
          
                     
                        
                                









    <security-constraint>
       <web-resource-collection>
          <url-pattern>/admin/*</url-pattern>
          <http-method>GET</http-method>
          <http-method>POST</http-method>
       </web-resource-collection>
       <auth-constraint>
          <role-name>admin</role-name>
       </auth-constraint>
     </security-constraint>




















                                                                                                              





     
     
     





    •   
    •   
    •   

















    http://yourcompany.com/admin/admin.jsp?fn=deleteUser


















                                                                                                                































    •   
    •   
    •   















                                                                                                               











    •   
    •   
    •   
    •   
    •   
    •   











                                                     
                                                       
                   

                                                 

                                              

                                              
                                                                   

                                               












                                                                                                          



    <security-constraint>
       <display-name>Example Security Constraint</display-name>
       <web-resource-collection>
          <web-resource-name>Protected Area</web-resource-name>
          <!-- Define the context-relative URL(s) to be protected -->
          <url-pattern>/security/protected/*</url-pattern>
          <!-- If you list http methods, only those methods are protected -->
          <http-method>DELETE</http-method>
          <http-method>GET</http-method>
          <http-method>POST</http-method>
          <http-method>PUT</http-method>
       </web-resource-collection>
      ...
     </security-constraint>




















<security-constraint>
    <web-resource-collection>
      <web-resource-name>site</web-resource-name>
      <url-pattern>/*</url-pattern>
      <http-method>GET</http-method>
    </web-resource-collection>
     ...
</security-constraint>

<security-constraint>
    <web-resource-collection>
      <web-resource-name>site</web-resource-name>
      <url-pattern>/*</url-pattern>
    </web-resource-collection>
     ...
</security-constraint>





                                                                                                              









<authorization>
  <allow verbs="GET" users="*"/>
  <allow verbs="POST" users="Kim"/>
  <deny verbs="POST" users="*"/>
</authorization>








<authorization>
  <allow verbs="GET" users="Admin"/>
  <allow verbs="POST" users="Kim"/>
  <deny verbs=”POST,GET” users=”*” />
</authorization>










<authorization>
  <allow verbs="GET" users="Admin"/>
  <allow verbs="POST" users="Kim"/>
  <deny verbs=”*” users=”*” />
</authorization>
















                                                                                                              











                                                                           

                                    















                                           

                                       

                                          





                                                                                                            




                                              

                                               












     
     
       
       
       
     
     
       
     
       
       
     
       

















                                                                                                               



































                                                                                                          

Weitere ähnliche Inhalte

Ähnlich wie Vbaac

RegExp20110305
RegExp20110305RegExp20110305
RegExp20110305tmiya
 
Authentication in-rails
Authentication in-railsAuthentication in-rails
Authentication in-railsMihir Vaidya
 
大学生・院生にとってのブログによ る学術コミュニケーションの可能性 佐藤翔
大学生・院生にとってのブログによ る学術コミュニケーションの可能性 佐藤翔大学生・院生にとってのブログによ る学術コミュニケーションの可能性 佐藤翔
大学生・院生にとってのブログによ る学術コミュニケーションの可能性 佐藤翔arg cafe
 
Presentació de "SGIModa". Sessió "Coneix les solucions gironines en noves tec...
Presentació de "SGIModa". Sessió "Coneix les solucions gironines en noves tec...Presentació de "SGIModa". Sessió "Coneix les solucions gironines en noves tec...
Presentació de "SGIModa". Sessió "Coneix les solucions gironines en noves tec...3D Girona Tic Media
 
Chef Intro @ SF Bay Area LSPE meetup
Chef Intro @ SF Bay Area LSPE meetupChef Intro @ SF Bay Area LSPE meetup
Chef Intro @ SF Bay Area LSPE meetupmdxp
 
Obama政権におけるIt政策(最終版2)
Obama政権におけるIt政策(最終版2)Obama政権におけるIt政策(最終版2)
Obama政権におけるIt政策(最終版2)Tuck Takagawa
 
IP and Media In The Digital Age
IP and Media In The Digital AgeIP and Media In The Digital Age
IP and Media In The Digital AgeCeline77
 
Comment Accueillir Doc Fncdt
Comment Accueillir Doc FncdtComment Accueillir Doc Fncdt
Comment Accueillir Doc FncdtVENICA Céline
 
Collaborative Team Meeting Record (Template)
Collaborative Team Meeting Record (Template)Collaborative Team Meeting Record (Template)
Collaborative Team Meeting Record (Template)Jigsaw Learning
 
"Social Media and the Business Imperative" Part 3: MKMC 5102
"Social Media and the Business Imperative" Part 3: MKMC 5102"Social Media and the Business Imperative" Part 3: MKMC 5102
"Social Media and the Business Imperative" Part 3: MKMC 5102Todd Van Hoosear
 
Intelligent load control for heated wind measurement sensors
Intelligent load control for heated wind measurement sensors Intelligent load control for heated wind measurement sensors
Intelligent load control for heated wind measurement sensors Winterwind
 
在快速迭代的互联网产品团队如何进行以用户为中心的设计
在快速迭代的互联网产品团队如何进行以用户为中心的设计在快速迭代的互联网产品团队如何进行以用户为中心的设计
在快速迭代的互联网产品团队如何进行以用户为中心的设计ariamax
 
Butterfly Model Adapted
Butterfly Model AdaptedButterfly Model Adapted
Butterfly Model AdaptedReed Watson
 
السياحة في ماليزيا
السياحة في ماليزياالسياحة في ماليزيا
السياحة في ماليزياalrabiah007
 
Rich Media Hoarders Seminar - NYC 2012
Rich Media Hoarders Seminar - NYC 2012Rich Media Hoarders Seminar - NYC 2012
Rich Media Hoarders Seminar - NYC 2012Extensis
 
BSides São Paulo - Trabalho no exterior e segurança de aplicações
BSides São Paulo - Trabalho no exterior e segurança de aplicaçõesBSides São Paulo - Trabalho no exterior e segurança de aplicações
BSides São Paulo - Trabalho no exterior e segurança de aplicaçõesIsmael Goncalves
 
PABRA Partnerships
PABRA PartnershipsPABRA Partnerships
PABRA PartnershipsCIAT
 
神戸ITフェスティバル|進化したウェブとの向き合い方〜ビジネス・社会・そして個人〜
神戸ITフェスティバル|進化したウェブとの向き合い方〜ビジネス・社会・そして個人〜神戸ITフェスティバル|進化したウェブとの向き合い方〜ビジネス・社会・そして個人〜
神戸ITフェスティバル|進化したウェブとの向き合い方〜ビジネス・社会・そして個人〜Rikkyo University
 
SDEC2011 Arcus NHN memcached cloud
SDEC2011 Arcus NHN memcached cloudSDEC2011 Arcus NHN memcached cloud
SDEC2011 Arcus NHN memcached cloudKorea Sdec
 

Ähnlich wie Vbaac (20)

RegExp20110305
RegExp20110305RegExp20110305
RegExp20110305
 
Authentication in-rails
Authentication in-railsAuthentication in-rails
Authentication in-rails
 
大学生・院生にとってのブログによ る学術コミュニケーションの可能性 佐藤翔
大学生・院生にとってのブログによ る学術コミュニケーションの可能性 佐藤翔大学生・院生にとってのブログによ る学術コミュニケーションの可能性 佐藤翔
大学生・院生にとってのブログによ る学術コミュニケーションの可能性 佐藤翔
 
Presentació de "SGIModa". Sessió "Coneix les solucions gironines en noves tec...
Presentació de "SGIModa". Sessió "Coneix les solucions gironines en noves tec...Presentació de "SGIModa". Sessió "Coneix les solucions gironines en noves tec...
Presentació de "SGIModa". Sessió "Coneix les solucions gironines en noves tec...
 
Chef Intro @ SF Bay Area LSPE meetup
Chef Intro @ SF Bay Area LSPE meetupChef Intro @ SF Bay Area LSPE meetup
Chef Intro @ SF Bay Area LSPE meetup
 
Obama政権におけるIt政策(最終版2)
Obama政権におけるIt政策(最終版2)Obama政権におけるIt政策(最終版2)
Obama政権におけるIt政策(最終版2)
 
IP and Media In The Digital Age
IP and Media In The Digital AgeIP and Media In The Digital Age
IP and Media In The Digital Age
 
Comment Accueillir Doc Fncdt
Comment Accueillir Doc FncdtComment Accueillir Doc Fncdt
Comment Accueillir Doc Fncdt
 
Collaborative Team Meeting Record (Template)
Collaborative Team Meeting Record (Template)Collaborative Team Meeting Record (Template)
Collaborative Team Meeting Record (Template)
 
"Social Media and the Business Imperative" Part 3: MKMC 5102
"Social Media and the Business Imperative" Part 3: MKMC 5102"Social Media and the Business Imperative" Part 3: MKMC 5102
"Social Media and the Business Imperative" Part 3: MKMC 5102
 
Intelligent load control for heated wind measurement sensors
Intelligent load control for heated wind measurement sensors Intelligent load control for heated wind measurement sensors
Intelligent load control for heated wind measurement sensors
 
在快速迭代的互联网产品团队如何进行以用户为中心的设计
在快速迭代的互联网产品团队如何进行以用户为中心的设计在快速迭代的互联网产品团队如何进行以用户为中心的设计
在快速迭代的互联网产品团队如何进行以用户为中心的设计
 
Butterfly Model Adapted
Butterfly Model AdaptedButterfly Model Adapted
Butterfly Model Adapted
 
السياحة في ماليزيا
السياحة في ماليزياالسياحة في ماليزيا
السياحة في ماليزيا
 
Rich Media Hoarders Seminar - NYC 2012
Rich Media Hoarders Seminar - NYC 2012Rich Media Hoarders Seminar - NYC 2012
Rich Media Hoarders Seminar - NYC 2012
 
BSides São Paulo - Trabalho no exterior e segurança de aplicações
BSides São Paulo - Trabalho no exterior e segurança de aplicaçõesBSides São Paulo - Trabalho no exterior e segurança de aplicações
BSides São Paulo - Trabalho no exterior e segurança de aplicações
 
PABRA Partnerships
PABRA PartnershipsPABRA Partnerships
PABRA Partnerships
 
神戸ITフェスティバル|進化したウェブとの向き合い方〜ビジネス・社会・そして個人〜
神戸ITフェスティバル|進化したウェブとの向き合い方〜ビジネス・社会・そして個人〜神戸ITフェスティバル|進化したウェブとの向き合い方〜ビジネス・社会・そして個人〜
神戸ITフェスティバル|進化したウェブとの向き合い方〜ビジネス・社会・そして個人〜
 
Office2010
Office2010Office2010
Office2010
 
SDEC2011 Arcus NHN memcached cloud
SDEC2011 Arcus NHN memcached cloudSDEC2011 Arcus NHN memcached cloud
SDEC2011 Arcus NHN memcached cloud
 

Vbaac